summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 04:19:41 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 04:19:41 +0000
commit19e107506190e0406419cbfd732614599da3bbb2 (patch)
tree8c5ac5cb4695dded9c6dcea01ff91afbf768146b
parent277a705c61ef7934f27c3f30dec14cd07372210f (diff)
downloademacs-19e107506190e0406419cbfd732614599da3bbb2.tar.gz
(wordstar-mode): Add a mode-class property.
-rw-r--r--lisp/emulation/ws-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 91f8b0170fc..93bb0a05a62 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -181,6 +181,8 @@
(define-key wordstar-C-q-map "\C-y" 'ws-kill-eol)
(define-key wordstar-C-q-map "\177" 'ws-kill-bol))
+(put 'wordstar-mode 'mode-class 'special)
+
;;;###autoload
(defun wordstar-mode ()
"Major mode with WordStar-like key bindings.