diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 21:22:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 21:22:35 +0000 |
commit | 3e0439449b6b979d7b5dc558e14e259e6a864b21 (patch) | |
tree | eaf4b8ca0c8ff0731f7bc95ae5101d428ac9f929 /lisp | |
parent | f604450a137b0a494e41533b03ab1b2a75079ef1 (diff) | |
download | emacs-3e0439449b6b979d7b5dc558e14e259e6a864b21.tar.gz |
(msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/msb.el | 2 |
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. |