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 | 6b7b6d1c1ecab0cc8279942da3cb06c3839c8557 (patch) | |
tree | 81d27c58aed589ebc6c0779e8a8458600bef8f68 /lisp/msb.el | |
parent | e1f2f35765b1acc7245f2f1d2d302e29e73213a6 (diff) | |
download | emacs-6b7b6d1c1ecab0cc8279942da3cb06c3839c8557.tar.gz |
(msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.
Diffstat (limited to 'lisp/msb.el')
-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. |