summaryrefslogtreecommitdiff
path: root/lisp/filesets.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-12-16 01:47:18 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-12-16 01:47:18 +0000
commit644e04f80801c3dc09ab3deccdc9bb8d13b2dc5d (patch)
tree51886bea366f4e35571c84e17a8fd7a5db7a0937 /lisp/filesets.el
parent11254e5ee8e1f7f6ddff11843d0e61679185fac0 (diff)
downloademacs-644e04f80801c3dc09ab3deccdc9bb8d13b2dc5d.tar.gz
(filesets-build-menu-now): Don't clear messages.
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r--lisp/filesets.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 10d0d054c5f..e7f0358a739 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -2346,7 +2346,8 @@ bottom up, set `filesets-submenus' to nil, first.)"
filesets-menu-in-menu)
(setq filesets-updated-buffers
(cons cb filesets-updated-buffers))
- (message nil)
+ ;; This wipes out other messages in the echo area.
+ ;; (message nil)
;;(message "Filesets updated: %s" cb)
)))