mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(filesets-build-menu-now): Don't clear messages.
This commit is contained in:
parent
11254e5ee8
commit
644e04f808
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue