emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/decipher.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/play/decipher.el
Date: Sun, 25 Nov 2001 06:32:23 -0500

Index: emacs/lisp/play/decipher.el
diff -u emacs/lisp/play/decipher.el:1.14 emacs/lisp/play/decipher.el:1.15
--- emacs/lisp/play/decipher.el:1.14    Mon Jul 16 05:10:19 2001
+++ emacs/lisp/play/decipher.el Sun Nov 25 06:32:23 2001
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]