emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/msb.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/msb.el,v
Date: Wed, 31 Oct 2007 00:30:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/31 00:30:09

Index: msb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/msb.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- msb.el      27 Oct 2007 09:07:11 -0000      1.60
+++ msb.el      31 Oct 2007 00:30:09 -0000      1.61
@@ -1149,9 +1149,11 @@
     (add-hook 'menu-bar-update-hook 'menu-bar-update-buffers)
     (menu-bar-update-buffers t)))
 
-(defun msb-unload-hook ()
-  (msb-mode 0))
-(add-hook 'msb-unload-hook 'msb-unload-hook)
+(defun msb-unload-function ()
+  "Unload the Msb library."
+  (msb-mode -1)
+  ;; continue standard unloading
+  nil)
 
 (provide 'msb)
 (eval-after-load "msb" '(run-hooks 'msb-after-load-hook 'msb-after-load-hooks))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]