]> git.eshelyaron.com Git - emacs.git/commitdiff
(msb--toggle-menu-type): Pass t as arg.
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 15:13:09 +0000 (15:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 15:13:09 +0000 (15:13 +0000)
lisp/msb.el

index 83ca200dff9f75bb72c0ddc9720d7d17a30227a9..88c2a6408b6896ed66fde74ec3888de2ee1fca54 100644 (file)
@@ -814,7 +814,7 @@ If the argument is left out or nil, then the current buffer is considered."
 (defun msb--toggle-menu-type ()
   (interactive)
   (setq msb-files-by-directory (not msb-files-by-directory))
-  (menu-bar-update-buffers))
+  (menu-bar-update-buffers t))
 
 (defun mouse-select-buffer (event)
   "Pop up several menus of buffers, for selection with the mouse.