From: Eli Zaretskii Date: Tue, 20 Nov 2001 20:34:23 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: ttn-vms-21-2-B4~18335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33c572f13dadaaa71d6615035975378696921dfb;p=emacs.git Fix a typo. --- diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 0244e527f78..1b2701ea18c 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -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.