aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-08-04 11:58:00 +0300
committerEli Zaretskii2024-08-04 11:58:00 +0300
commit729b17c20269ea78f0d1f07aafbeba7bd126f66a (patch)
tree2986e079b47701b91bd7d8141e40879106d95b86 /src
parentbfb1aee99898d7704a64ee124217b9e9ca43d66d (diff)
downloademacs-729b17c20269ea78f0d1f07aafbeba7bd126f66a.tar.gz
emacs-729b17c20269ea78f0d1f07aafbeba7bd126f66a.zip
; * src/lread.c (Fload): Add comment. (Bug#72433)
Diffstat (limited to 'src')
-rw-r--r--src/lread.c3
1 files changed, 3 insertions, 0 deletions
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. */)
1752 saved_strings[i].size = 0; 1752 saved_strings[i].size = 0;
1753 } 1753 }
1754 1754
1755 /* The "...done" messages are shown only in interactive mode, because
1756 the echo-area can display only the last message, and we want to
1757 avoid the impression that the load is still in progress. */
1755 if (!noninteractive && (NILP (nomessage) || force_load_messages)) 1758 if (!noninteractive && (NILP (nomessage) || force_load_messages))
1756 { 1759 {
1757 if (is_module) 1760 if (is_module)