From: Richard M. Stallman Date: Sat, 16 Oct 2004 15:31:28 +0000 (+0000) Subject: (msb-unload-hook): Set the variable. X-Git-Tag: ttn-vms-21-2-B4~4544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fb31a1bda41bf9c14e135273613005655497a41;p=emacs.git (msb-unload-hook): Set the variable. --- diff --git a/lisp/msb.el b/lisp/msb.el index e352150a57d..2ab7fe5491d 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -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))