emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/landmark.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/play/landmark.el
Date: Tue, 20 Nov 2001 13:41:37 -0500

Index: emacs/lisp/play/landmark.el
diff -u emacs/lisp/play/landmark.el:1.16 emacs/lisp/play/landmark.el:1.17
--- emacs/lisp/play/landmark.el:1.16    Sat Oct 13 04:10:30 2001
+++ emacs/lisp/play/landmark.el Tue Nov 20 13:34:21 2001
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]