Index: emacs/lisp/play/5x5.el
diff -c emacs/lisp/play/5x5.el:1.12 emacs/lisp/play/5x5.el:1.13
*** emacs/lisp/play/5x5.el:1.12 Thu May 12 00:45:41 2005
--- emacs/lisp/play/5x5.el Thu May 26 15:26:09 2005
***************
*** 178,187 ****
(use-local-map 5x5-mode-map)
(setq major-mode '5x5-mode
mode-name "5x5")
! (run-hooks '5x5-mode-hook)
(setq buffer-read-only t
truncate-lines t)
! (buffer-disable-undo (current-buffer)))
;;;###autoload
(defun 5x5 (&optional size)
--- 178,187 ----
(use-local-map 5x5-mode-map)
(setq major-mode '5x5-mode
mode-name "5x5")
! (run-mode-hooks '5x5-mode-hook)
(setq buffer-read-only t
truncate-lines t)
! (buffer-disable-undo))
;;;###autoload
(defun 5x5 (&optional size)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs