/[emacs]/emacs/lisp/play/mpuz.el
ViewVC logotype

Diff of /emacs/lisp/play/mpuz.el

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

revision 1.26 by ttn, Thu May 12 00:45:41 2005 UTC revision 1.27 by lute, Thu May 26 15:26:09 2005 UTC
# Line 129  To leave the game to do other editing wo Line 129  To leave the game to do other editing wo
129  Then you may resume the game with M-x mpuz.  Then you may resume the game with M-x mpuz.
130  You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."  You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
131    (interactive)    (interactive)
132      (kill-all-local-variables)
133    (setq major-mode 'mpuz-mode    (setq major-mode 'mpuz-mode
134          mode-name  "Mult Puzzle"          mode-name  "Mult Puzzle"
135          tab-width 30)          tab-width 30)
136    (use-local-map mpuz-mode-map)    (use-local-map mpuz-mode-map)
137    (run-hooks 'mpuz-mode-hook))    (run-mode-hooks 'mpuz-mode-hook))
138    
139    
140  ;; Some variables for statistics  ;; Some variables for statistics

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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