diff lisp/play/landmark.el @ 41320:75e9bedb3bab

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Nov 2001 20:34:23 +0000
parents a33250d752d4
children 1181f774d922
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.