]> git.eshelyaron.com Git - emacs.git/commitdiff
(msb--toggle-menu-type): Call menu-bar-update-buffers with t.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 02:57:53 +0000 (02:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 02:57:53 +0000 (02:57 +0000)
lisp/msb.el

index 42bb91d909da04c2f2d3b76eefa81143f23ba935..62fd4aefb36b686427d668f68a3e3138fb539935 100644 (file)
@@ -818,7 +818,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.