1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(msb--toggle-menu-type): Call menu-bar-update-buffers

with no argument.
This commit is contained in:
Karl Heuer 1996-01-24 23:29:33 +00:00
parent fe74180cd9
commit 13875e2f3a

View File

@ -818,7 +818,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.