From c52b27c8f47544ff106a88d6841daf6d9ebf700a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 20 Nov 2001 18:36:15 +0000 Subject: [PATCH] Mark lm-mode as special. Suggested by Klaus Straubinger --- lisp/ChangeLog | 8 ++++++++ lisp/play/landmark.el | 3 +++ 2 files changed, 11 insertions(+) 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. -- 2.39.5