(bs-mode): Set hooks (accidentally left out in the previous commit).

This commit is contained in:
Juanma Barranquero 2007-10-16 10:57:28 +00:00
parent e7a4eaadf2
commit 8db4312651

View file

@ -671,7 +671,10 @@ to show always.
show-trailing-whitespace nil
font-lock-global-modes '(not bs-mode)
font-lock-defaults '(bs-mode-font-lock-keywords t)
font-lock-verbose nil))
font-lock-verbose nil)
(add-hook 'window-size-change-functions 'bs--track-window-changes)
(add-hook 'kill-buffer-hook 'bs--remove-hooks nil t)
(add-hook 'change-major-mode-hook 'bs--remove-hooks nil t))
(defun bs--restore-window-config ()
"Restore window configuration on the current frame."