emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 729b17c2026: ; * src/lread.c (Fload): Add comment. (Bug#72433)


From: Eli Zaretskii
Subject: emacs-30 729b17c2026: ; * src/lread.c (Fload): Add comment. (Bug#72433)
Date: Sun, 4 Aug 2024 04:58:32 -0400 (EDT)

branch: emacs-30
commit 729b17c20269ea78f0d1f07aafbeba7bd126f66a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/lread.c (Fload): Add comment.  (Bug#72433)
---
 src/lread.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lread.c b/src/lread.c
index 3feb27eda46..c336c6db6e1 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]