+2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * play/landmark.el: Mark lm-mode as special. Suggested by Klaus
+ Straubinger <ksnetz@arcor.de>.
+
+ * play/gomoku.el: Mark gomoku-mode as special. Suggested by Klaus
+ Straubinger <ksnetz@arcor.de>.
+
2001-11-20 Juanma Barranquero <lektu@terra.es>
* emacs-lisp/re-builder.el (reb-change-target-buffer): New
(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.