changeset 41320:75e9bedb3bab

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Nov 2001 20:34:23 +0000
parents e6b8eb3755a7
children 8e388f1d8196
files lisp/play/landmark.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/landmark.el	Tue Nov 20 19:14:55 2001 +0000
+++ b/lisp/play/landmark.el	Tue Nov 20 20:34:23 2001 +0000
@@ -239,7 +239,7 @@
 (put 'lm-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.
-(put 'gomoku-mode 'mode-class 'special)
+(put 'lm-mode 'mode-class 'special)
 
 (defun lm-mode ()
   "Major mode for playing Lm against Emacs.