; * 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
|
= Fcons (list2
|
||||||
(Qcomp,
|
(Qcomp,
|
||||||
CALLN (Fformat,
|
CALLN (Fformat,
|
||||||
build_string ("Cannot look up eln "
|
build_string ("Cannot look up .eln file "
|
||||||
"file as no source file "
|
"for %s because no source "
|
||||||
"was found for %s"),
|
"file was found for it"),
|
||||||
*filename)),
|
*filename)),
|
||||||
Vdelayed_warnings_list);
|
Vdelayed_warnings_list);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue