]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-mode): Set mode-class property to special.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 14:51:12 +0000 (14:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 14:51:12 +0000 (14:51 +0000)
lisp/ChangeLog
lisp/bs.el

index 8fe3c59c21282e7d2d810d33bf1b06e9676fb9eb..ffa46f0d268798334779eae1081f45af1a5234ff 100644 (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.
 
index eb23054d54458cba159f27ed433e38d1f0d417d5..e420c58e2f893f59259e53d8f4aa6d4edfffe0bf 100644 (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>