diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 14:51:12 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 14:51:12 +0000 |
commit | 5c74246048915e6b2baf9389702ff3818f24863a (patch) | |
tree | 7734d222a1785c56d0f1dd2bf8f0377cf9845b36 /lisp/bs.el | |
parent | 74a6d927886034406e2bf3a992fefd9a68f165ef (diff) | |
download | emacs-5c74246048915e6b2baf9389702ff3818f24863a.tar.gz |
(bs-mode): Set mode-class property to special.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index eb23054d544..e420c58e2f8 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -628,6 +628,8 @@ Used from `window-size-change-functions'." (remove-hook 'kill-buffer-hook 'bs--remove-hooks t) (remove-hook 'change-major-mode-hook 'bs--remove-hooks t)) +(put 'bs-mode 'mode-class 'special) + (define-derived-mode bs-mode () "Major mode for editing a subset of Emacs' buffers. \\<bs-mode-map> |