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:
parent
fe74180cd9
commit
13875e2f3a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user