(filesets-build-menu-now): Don't clear messages.

This commit is contained in:
Markus Rost 2002-12-16 01:47:18 +00:00
parent 11254e5ee8
commit 644e04f808
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2002-12-16 Markus Rost <rost@math.ohio-state.edu>
* filesets.el (filesets-build-menu-now): Don't clear messages.
* allout.el: Avoid name conflicts with outline.el. Replace
globally string "outline-" with string "allout-". Replaced 1446
occurrences; there was no string "allout-" before the change and

View file

@ -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)
)))