# HG changeset patch # User Richard M. Stallman # Date 1097940688 0 # Node ID c2b32641aa8c7278d8e63accbecd809671606b28 # Parent 7eb69809590b5695a0e21fc3867ad50b2730def8 (msb-unload-hook): Set the variable. diff -r 7eb69809590b -r c2b32641aa8c lisp/msb.el --- a/lisp/msb.el Sat Oct 16 15:30:56 2004 +0000 +++ b/lisp/msb.el Sat Oct 16 15:31:28 2004 +0000 @@ -1153,6 +1153,7 @@ (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))