Mercurial > emacs
changeset 13372:1652f047ebcf
(msb--toggle-menu-type): Pass t as arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 31 Oct 1995 15:13:09 +0000 |
parents | 4340d33c2e7a |
children | c2eff18fae26 |
files | lisp/msb.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/msb.el Tue Oct 31 14:41:51 1995 +0000 +++ b/lisp/msb.el Tue Oct 31 15:13:09 1995 +0000 @@ -814,7 +814,7 @@ (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.