Mercurial > emacs
changeset 41484:eaf240f87223
(decipher-mode): Remove make-local-hook.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 25 Nov 2001 11:32:23 +0000 |
parents | 77d955ae8109 |
children | 28a987555ba1 |
files | lisp/play/decipher.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/decipher.el Sun Nov 25 11:31:50 2001 +0000 +++ b/lisp/play/decipher.el Sun Nov 25 11:32:23 2001 +0000 @@ -311,7 +311,6 @@ (set (make-local-variable 'font-lock-defaults) '(decipher-font-lock-keywords t)) ;; Make the buffer writable when we exit Decipher mode: - (make-local-hook 'change-major-mode-hook) (add-hook 'change-major-mode-hook (lambda () (setq buffer-read-only nil buffer-undo-list nil))