# HG changeset patch # User Eli Zaretskii # Date 1006281261 0 # Node ID a33250d752d4f06f81c261d274069917e7a5e471 # Parent b195fc74960076daeda648a4eb29d84f952e3142 Mark lm-mode as special. Suggested by Klaus Straubinger diff -r b195fc749600 -r a33250d752d4 lisp/play/landmark.el --- 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.