]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark gomoku-mode as special. Suggested by Klaus Straubinger
authorEli Zaretskii <eliz@gnu.org>
Tue, 20 Nov 2001 18:33:42 +0000 (18:33 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Nov 2001 18:33:42 +0000 (18:33 +0000)
<ksnetz@arcor.de>

lisp/play/gomoku.el

index 7b2a9bd42d9e2f5f17330336414fc0090eacb8cb..d81b2e79c17719e85b1586435cc0c16ccbc55ae2 100644 (file)
@@ -188,6 +188,9 @@ One useful value to include is `turn-on-font-lock' to highlight the pieces."
 (put 'gomoku-mode 'front-sticky
      (put 'gomoku-mode 'rear-nonsticky '(intangible)))
 (put 'gomoku-mode 'intangible 1)
+;; This one is for when they set view-read-only to t: Gomoku cannot
+;; allow View Mode to be activated in its buffer.
+(put 'gomoku-mode 'mode-class 'special)
 
 (define-derived-mode gomoku-mode nil "Gomoku"
   "Major mode for playing Gomoku against Emacs.