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:
parent
ea51468153
commit
c52b27c8f4
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user