]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (Fload): Add comment. (Bug#72433)
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Aug 2024 08:58:00 +0000 (11:58 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:24:17 +0000 (09:24 +0200)
(cherry picked from commit 729b17c20269ea78f0d1f07aafbeba7bd126f66a)

src/lread.c

index ace7abd80c842e7ea865350ddfc58eb9d1764639..2e8ac37c1ff73ef2dc50c3f5ac8fa62595283075 100644 (file)
@@ -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)