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:
parent
74a6d92788
commit
5c74246048
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user