mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * src/lread.c (Fload): Add comment. (Bug#72433)
This commit is contained in:
parent
bfb1aee998
commit
729b17c202
1 changed files with 3 additions and 0 deletions
|
|
@ -1752,6 +1752,9 @@ Return t if the file exists and loads successfully. */)
|
||||||
saved_strings[i].size = 0;
|
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 (!noninteractive && (NILP (nomessage) || force_load_messages))
|
||||||
{
|
{
|
||||||
if (is_module)
|
if (is_module)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue