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
commita71ae911b5e39014818f2f81cb88fa3de9ae9f6a (patch)
tree0d4d5c8256472dc5459d0dcbf48530ccd8e4079b /lisp/msb.el
parent3ede3ecef441b136dbf3048353f6697f647ed454 (diff)
downloademacs-a71ae911b5e39014818f2f81cb88fa3de9ae9f6a.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.