summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-16 15:31:28 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-16 15:31:28 +0000
commit2fb31a1bda41bf9c14e135273613005655497a41 (patch)
tree93c017cbffded01784561713ffa92bd738d21ebe /lisp/msb.el
parentf9c8b7ae61365bbe5e6fc1d9ea8e9245325519bd (diff)
downloademacs-2fb31a1bda41bf9c14e135273613005655497a41.tar.gz
(msb-unload-hook): Set the variable.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el1
1 files changed, 1 insertions, 0 deletions
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))