Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
644e04f8
Commit
644e04f8
authored
Dec 16, 2002
by
Markus Rost
Browse files
(filesets-build-menu-now): Don't clear messages.
parent
11254e5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/filesets.el
lisp/filesets.el
+2
-1
No files found.
lisp/ChangeLog
View file @
644e04f8
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
...
...
lisp/filesets.el
View file @
644e04f8
...
...
@@ -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)
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment