[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/play/decipher.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/play/decipher.el |
Date: |
Thu, 26 May 2005 11:26:09 -0400 |
Index: emacs/lisp/play/decipher.el
diff -c emacs/lisp/play/decipher.el:1.21 emacs/lisp/play/decipher.el:1.22
*** emacs/lisp/play/decipher.el:1.21 Thu May 12 00:45:41 2005
--- emacs/lisp/play/decipher.el Thu May 26 15:26:09 2005
***************
*** 314,320 ****
(lambda () (setq buffer-read-only nil
buffer-undo-list nil))
nil t)
! (run-hooks 'decipher-mode-hook)
(setq buffer-read-only t))
(put 'decipher-mode 'mode-class 'special)
--- 314,320 ----
(lambda () (setq buffer-read-only nil
buffer-undo-list nil))
nil t)
! (run-mode-hooks 'decipher-mode-hook)
(setq buffer-read-only t))
(put 'decipher-mode 'mode-class 'special)
***************
*** 998,1004 ****
major-mode 'decipher-stats-mode
mode-name "Decipher-Stats")
(use-local-map decipher-stats-mode-map)
! (run-hooks 'decipher-stats-mode-hook))
(put 'decipher-stats-mode 'mode-class 'special)
;;--------------------------------------------------------------------
--- 998,1004 ----
major-mode 'decipher-stats-mode
mode-name "Decipher-Stats")
(use-local-map decipher-stats-mode-map)
! (run-mode-hooks 'decipher-stats-mode-hook))
(put 'decipher-stats-mode 'mode-class 'special)
;;--------------------------------------------------------------------