summaryrefslogtreecommitdiff
path: root/lisp/play/decipher.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-25 11:32:23 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-25 11:32:23 +0000
commite74f81999c6f6a36f6bc128da0299c5eaec34285 (patch)
tree59287a00c849a88a59ac9e7558c168b77c5ef38a /lisp/play/decipher.el
parent6a810a2a9906c8c92a61fec82bb20b43dabbdb2b (diff)
downloademacs-e74f81999c6f6a36f6bc128da0299c5eaec34285.tar.gz
emacs-e74f81999c6f6a36f6bc128da0299c5eaec34285.tar.bz2
emacs-e74f81999c6f6a36f6bc128da0299c5eaec34285.zip
(decipher-mode): Remove make-local-hook.
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r--lisp/play/decipher.el1
1 files changed, 0 insertions, 1 deletions
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))