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)
;;--------------------------------------------------------------------
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs