diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-31 15:13:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-31 15:13:09 +0000 |
commit | a71ae911b5e39014818f2f81cb88fa3de9ae9f6a (patch) | |
tree | 0d4d5c8256472dc5459d0dcbf48530ccd8e4079b /lisp/msb.el | |
parent | 3ede3ecef441b136dbf3048353f6697f647ed454 (diff) | |
download | emacs-a71ae911b5e39014818f2f81cb88fa3de9ae9f6a.tar.gz |
(msb--toggle-menu-type): Pass t as arg.
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 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. |