summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-31 15:13:09 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-31 15:13:09 +0000
commit1da6a9d6bab66a5831b956c3d2f0ce1ed5abd84e (patch)
tree51c52fcfa2c103d22d7c459c876836bcef919d60 /lisp/msb.el
parent359549e94da1fc34a557093725c71408986c6443 (diff)
downloademacs-1da6a9d6bab66a5831b956c3d2f0ce1ed5abd84e.tar.gz
(msb--toggle-menu-type): Pass t as arg.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index 83ca200dff9..88c2a6408b6 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))
+ (menu-bar-update-buffers t))
(defun mouse-select-buffer (event)
"Pop up several menus of buffers, for selection with the mouse.