From 05e9907c40cf5a5fc3fc54025af29c773a57586e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 04:19:41 +0000 Subject: [PATCH] (wordstar-mode): Add a mode-class property. --- lisp/emulation/ws-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5