emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114218: * lisp/play/landmark.el (landmark-mode): Fi


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114218: * lisp/play/landmark.el (landmark-mode): Fix typos.
Date: Wed, 11 Sep 2013 18:32:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114218
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 14:32:32 -0400
message:
  * lisp/play/landmark.el (landmark-mode): Fix typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/play/landmark.el          
landmark.el-20091113204419-o5vbwnq5f7feedwu-1175
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-11 18:31:45 +0000
+++ b/lisp/ChangeLog    2013-09-11 18:32:32 +0000
@@ -1,5 +1,7 @@
 2013-09-11  Glenn Morris  <address@hidden>
 
+       * play/landmark.el (landmark-mode): Fix typos.
+
        * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
        Check cvs-sort-ignore-file is bound.
 

=== modified file 'lisp/play/landmark.el'
--- a/lisp/play/landmark.el     2013-09-11 03:31:56 +0000
+++ b/lisp/play/landmark.el     2013-09-11 18:32:32 +0000
@@ -233,7 +233,7 @@
 (put 'landmark-mode 'intangible 1)
 ;; This one is for when they set view-read-only to t: Landmark cannot
 ;; allow View Mode to be activated in its buffer.
-(define-derived-mode lm-mode special-mode "Lm"
+(define-derived-mode landmark-mode special-mode "Lm"
   "Major mode for playing Lm against Emacs.
 You and Emacs play in turn by marking a free square.  You mark it with X
 and Emacs marks it with O.  The winner is the first to get five contiguous
@@ -245,7 +245,7 @@
 \\{landmark-mode-map}
 Entry to this mode calls the value of `landmark-mode-hook' if that value
 is non-nil.  One interesting value is `turn-on-font-lock'."
-  (lm-display-statistics)
+  (landmark-display-statistics)
   (setq-local font-lock-defaults '(lm-font-lock-keywords t))
   (setq buffer-read-only t))
 


reply via email to

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