projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb1aee
)
; * src/lread.c (Fload): Add comment. (Bug#72433)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 4 Aug 2024 08:58:00 +0000
(11:58 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 4 Aug 2024 08:58:00 +0000
(11:58 +0300)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 3feb27eda462b31f640ef2b0392f9216290652f7..c336c6db6e163a4d219c5508df7e473836767ce9 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1752,6
+1752,9
@@
Return t if the file exists and loads successfully. */)
saved_strings[i].size = 0;
}
+ /* The "...done" messages are shown only in interactive mode, because
+ the echo-area can display only the last message, and we want to
+ avoid the impression that the load is still in progress. */
if (!noninteractive && (NILP (nomessage) || force_load_messages))
{
if (is_module)