/[emacs]/emacs/lisp/play/5x5.el
ViewVC logotype

Diff of /emacs/lisp/play/5x5.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by ttn, Thu May 12 00:45:41 2005 UTC revision 1.13 by lute, Thu May 26 15:26:09 2005 UTC
# Line 178  The key bindings for 5x5-mode are: Line 178  The key bindings for 5x5-mode are:
178    (use-local-map 5x5-mode-map)    (use-local-map 5x5-mode-map)
179    (setq major-mode '5x5-mode    (setq major-mode '5x5-mode
180          mode-name  "5x5")          mode-name  "5x5")
181    (run-hooks '5x5-mode-hook)    (run-mode-hooks '5x5-mode-hook)
182    (setq buffer-read-only t    (setq buffer-read-only t
183          truncate-lines   t)          truncate-lines   t)
184    (buffer-disable-undo (current-buffer)))    (buffer-disable-undo))
185    
186  ;;;###autoload  ;;;###autoload
187  (defun 5x5 (&optional size)  (defun 5x5 (&optional size)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26