; * src/lread.c (maybe_swap_for_eln): Clarify warning message.
This commit is contained in:
parent
db027a0697
commit
b708e639d6
1 changed files with 3 additions and 3 deletions
|
@ -1745,9 +1745,9 @@ maybe_swap_for_eln (bool no_native, Lisp_Object *filename, int *fd,
|
|||
= Fcons (list2
|
||||
(Qcomp,
|
||||
CALLN (Fformat,
|
||||
build_string ("Cannot look up eln "
|
||||
"file as no source file "
|
||||
"was found for %s"),
|
||||
build_string ("Cannot look up .eln file "
|
||||
"for %s because no source "
|
||||
"file was found for it"),
|
||||
*filename)),
|
||||
Vdelayed_warnings_list);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue