From: Eli Zaretskii Date: Tue, 20 Nov 2001 18:36:15 +0000 (+0000) Subject: Mark lm-mode as special. Suggested by Klaus Straubinger X-Git-Tag: ttn-vms-21-2-B4~18337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c52b27c8f47544ff106a88d6841daf6d9ebf700a;p=emacs.git Mark lm-mode as special. Suggested by Klaus Straubinger --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfa1863f318..f6a86f836bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-11-20 Eli Zaretskii + + * play/landmark.el: Mark lm-mode as special. Suggested by Klaus + Straubinger . + + * play/gomoku.el: Mark gomoku-mode as special. Suggested by Klaus + Straubinger . + 2001-11-20 Juanma Barranquero * emacs-lisp/re-builder.el (reb-change-target-buffer): New diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 33acb70b0ee..0244e527f78 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -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.