]> git.eshelyaron.com Git - emacs.git/commitdiff
(decipher-mode): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:23 +0000 (11:32 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:23 +0000 (11:32 +0000)
lisp/play/decipher.el

index 9a323c9b95c707e079e9374888fbba63b13149b8..88c9bc043fb631d92d1cd833e98d1cd56a80884f 100644 (file)
@@ -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))