From: Richard M. Stallman Date: Mon, 5 May 1997 04:19:41 +0000 (+0000) Subject: (wordstar-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05e9907c40cf5a5fc3fc54025af29c773a57586e;p=emacs.git (wordstar-mode): Add a mode-class property. --- 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.