diff lisp/msb.el @ 57525:c2b32641aa8c

(msb-unload-hook): Set the variable.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Oct 2004 15:31:28 +0000
parents 695cf19ef79e
children 38d05b1ac290 f3ec05478165
line wrap: on
line diff
--- 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))