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/mpuz.el


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

Index: emacs/lisp/play/mpuz.el
diff -c emacs/lisp/play/mpuz.el:1.26 emacs/lisp/play/mpuz.el:1.27
*** emacs/lisp/play/mpuz.el:1.26        Thu May 12 00:45:41 2005
--- emacs/lisp/play/mpuz.el     Thu May 26 15:26:09 2005
***************
*** 129,139 ****
  Then you may resume the game with M-x mpuz.
  You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
    (interactive)
    (setq major-mode 'mpuz-mode
        mode-name  "Mult Puzzle"
        tab-width 30)
    (use-local-map mpuz-mode-map)
!   (run-hooks 'mpuz-mode-hook))
  
  
  ;; Some variables for statistics
--- 129,140 ----
  Then you may resume the game with M-x mpuz.
  You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
    (interactive)
+   (kill-all-local-variables)
    (setq major-mode 'mpuz-mode
        mode-name  "Mult Puzzle"
        tab-width 30)
    (use-local-map mpuz-mode-map)
!   (run-mode-hooks 'mpuz-mode-hook))
  
  
  ;; Some variables for statistics




reply via email to

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