1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(msb-unload-hook): Set the variable.

This commit is contained in:
Richard M. Stallman 2004-10-16 15:31:28 +00:00
parent f9c8b7ae61
commit 2fb31a1bda

View File

@ -1153,6 +1153,7 @@ different buffer menu using the function `msb'."
(defun msb-unload-hook ()
(msb-mode 0))
(add-hook 'msb-unload-hook 'msb-unload-hook)
(provide 'msb)
(eval-after-load "msb" '(run-hooks 'msb-after-load-hook 'msb-after-load-hooks))