Mercurial > emacs
changeset 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 | 7eb69809590b |
children | d0bca414ad07 |
files | lisp/msb.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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))