]> git.eshelyaron.com Git - emacs.git/commitdiff
(msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 21:22:35 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 1995 21:22:35 +0000 (21:22 +0000)
lisp/msb.el

index 88c2a6408b6896ed66fde74ec3888de2ee1fca54..83ca200dff9f75bb72c0ddc9720d7d17a30227a9 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 t))
+  (menu-bar-update-buffers))
 
 (defun mouse-select-buffer (event)
   "Pop up several menus of buffers, for selection with the mouse.