From: Eli Zaretskii Date: Sun, 4 Aug 2024 08:58:00 +0000 (+0300) Subject: ; * src/lread.c (Fload): Add comment. (Bug#72433) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d45d49c36091ded4bc1e8960b3ab5547bbf5a33c;p=emacs.git ; * src/lread.c (Fload): Add comment. (Bug#72433) (cherry picked from commit 729b17c20269ea78f0d1f07aafbeba7bd126f66a) --- diff --git a/src/lread.c b/src/lread.c index ace7abd80c8..2e8ac37c1ff 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1748,6 +1748,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)