]> git.eshelyaron.com Git - emacs.git/commitdiff
(msb-unload-hook): Set the variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:31:28 +0000 (15:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:31:28 +0000 (15:31 +0000)
lisp/msb.el

index e352150a57d432aa1ffaf74080222cfeb66b0802..2ab7fe5491d629cbe8801bb2b917f4189c37ae35 100644 (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))