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/5x5.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/play/5x5.el
Date: Thu, 26 May 2005 11:26:09 -0400

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)




reply via email to

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