From: Pavel Janík Date: Sun, 25 Nov 2001 11:32:23 +0000 (+0000) Subject: (decipher-mode): Remove make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~18196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e74f81999c6f6a36f6bc128da0299c5eaec34285;p=emacs.git (decipher-mode): Remove make-local-hook. --- diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 9a323c9b95c..88c9bc043fb 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -311,7 +311,6 @@ The most useful commands are: (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))