summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-07 21:22:35 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-07 21:22:35 +0000
commit3e0439449b6b979d7b5dc558e14e259e6a864b21 (patch)
treeeaf4b8ca0c8ff0731f7bc95ae5101d428ac9f929 /lisp
parentf604450a137b0a494e41533b03ab1b2a75079ef1 (diff)
downloademacs-3e0439449b6b979d7b5dc558e14e259e6a864b21.tar.gz
(msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/msb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index 88c2a6408b6..83ca200dff9 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -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.