1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(bs-mode): Set mode-class property to special.

This commit is contained in:
Juanma Barranquero 2007-10-19 14:51:12 +00:00
parent 74a6d92788
commit 5c74246048
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2007-10-19 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--track-window-changes): Don't refresh the whole list.
(bs-mode): Set mode-class property to special.
* follow.el (follow-unload-function): New function.

View File

@ -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>