diff options
| author | Stefan Monnier | 2000-10-27 14:58:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-10-27 14:58:46 +0000 |
| commit | b6ce6e3f79b0ea1f2c3c0c88f57f5f3094c334f1 (patch) | |
| tree | d1ef5d5bb551a76e714b720b0c85b12a9051901c | |
| parent | f5ab1cdd72a56e89fb5d5c6fec12882836b68866 (diff) | |
| download | emacs-b6ce6e3f79b0ea1f2c3c0c88f57f5f3094c334f1.tar.gz emacs-b6ce6e3f79b0ea1f2c3c0c88f57f5f3094c334f1.zip | |
(quail-activate): Don't make-local-hook.
| -rw-r--r-- | lisp/international/quail.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 69028b7113e..32b0c3d635d 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -548,7 +548,6 @@ While this input method is active, the variable | |||
| 548 | ;; before exiting. | 548 | ;; before exiting. |
| 549 | (if (eq (selected-window) (minibuffer-window)) | 549 | (if (eq (selected-window) (minibuffer-window)) |
| 550 | (add-hook 'minibuffer-exit-hook 'quail-exit-from-minibuffer)) | 550 | (add-hook 'minibuffer-exit-hook 'quail-exit-from-minibuffer)) |
| 551 | (make-local-hook 'kill-buffer-hook) | ||
| 552 | (add-hook 'kill-buffer-hook 'quail-kill-guidance-buf nil t) | 551 | (add-hook 'kill-buffer-hook 'quail-kill-guidance-buf nil t) |
| 553 | (run-hooks 'quail-activate-hook) | 552 | (run-hooks 'quail-activate-hook) |
| 554 | (make-local-variable 'input-method-function) | 553 | (make-local-variable 'input-method-function) |