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

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

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

revision 1.22 by ttn, Thu May 12 00:45:41 2005 UTC revision 1.23 by lute, Thu May 26 15:26:09 2005 UTC
# Line 248  Other useful commands: Line 248  Other useful commands:
248  Entry to this mode calls the value of `lm-mode-hook' if that value  Entry to this mode calls the value of `lm-mode-hook' if that value
249  is non-nil.  One interesting value is `turn-on-font-lock'."  is non-nil.  One interesting value is `turn-on-font-lock'."
250    (interactive)    (interactive)
251      (kill-all-local-variables)
252    (setq major-mode 'lm-mode    (setq major-mode 'lm-mode
253          mode-name "Lm")          mode-name "Lm")
254    (lm-display-statistics)    (lm-display-statistics)
# Line 255  is non-nil.  One interesting value is `t Line 256  is non-nil.  One interesting value is `t
256    (make-local-variable 'font-lock-defaults)    (make-local-variable 'font-lock-defaults)
257    (setq font-lock-defaults '(lm-font-lock-keywords t))    (setq font-lock-defaults '(lm-font-lock-keywords t))
258    (toggle-read-only t)    (toggle-read-only t)
259    (run-hooks 'lm-mode-hook))    (run-mode-hooks 'lm-mode-hook))
260    
261    
262  ;;;_ +  THE SCORE TABLE.  ;;;_ +  THE SCORE TABLE.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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