changeset 17657:8116c68d8a77

(wordstar-mode): Add a mode-class property.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 04:19:41 +0000
parents 7b61d509af8a
children c8e002cdebb2
files lisp/emulation/ws-mode.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/ws-mode.el	Mon May 05 04:18:33 1997 +0000
+++ b/lisp/emulation/ws-mode.el	Mon May 05 04:19:41 1997 +0000
@@ -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.