Mercurial > emacs
changeset 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 | b195fc749600 |
children | cf05c56f08ff |
files | lisp/play/landmark.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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.