From e74f81999c6f6a36f6bc128da0299c5eaec34285 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 25 Nov 2001 11:32:23 +0000 Subject: [PATCH] (decipher-mode): Remove make-local-hook. --- lisp/play/decipher.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5