changeset 16428:45830d037b44

(msb--toggle-menu-type): Call menu-bar-update-buffers with t.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Oct 1996 02:57:53 +0000
parents 3b9f64eb097b
children 66d1b1af0991
files lisp/msb.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/msb.el	Sat Oct 12 02:42:58 1996 +0000
+++ b/lisp/msb.el	Sat Oct 12 02:57:53 1996 +0000
@@ -818,7 +818,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.