diff lisp/play/landmark.el @ 41317:a33250d752d4

Mark lm-mode as special. Suggested by Klaus Straubinger <ksnetz@arcor.de>
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Nov 2001 18:34:21 +0000
parents a4570786d40d
children 75e9bedb3bab
line wrap: on
line diff
--- a/lisp/play/landmark.el	Tue Nov 20 18:33:42 2001 +0000
+++ b/lisp/play/landmark.el	Tue Nov 20 18:34:21 2001 +0000
@@ -237,6 +237,9 @@
 (put 'lm-mode 'front-sticky
      (put 'lm-mode 'rear-nonsticky '(intangible)))
 (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)
 
 (defun lm-mode ()
   "Major mode for playing Lm against Emacs.