From a0ded4771a0cf5212a285e35d58b85d997d87e8e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 20 Nov 2001 20:35:21 +0000 Subject: [PATCH] Fix a typo. --- lisp/play/landmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 85c465da3ca..63477ab602e 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. -- 2.39.5