From 2fb31a1bda41bf9c14e135273613005655497a41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Oct 2004 15:31:28 +0000 Subject: [PATCH] (msb-unload-hook): Set the variable. --- lisp/msb.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5