1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

Mark lm-mode as special. Suggested by Klaus Straubinger <ksnetz@arcor.de>

This commit is contained in:
Eli Zaretskii 2001-11-20 18:36:15 +00:00
parent ea51468153
commit c52b27c8f4
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
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

View File

@ -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.