; * src/lread.c (maybe_swap_for_eln): Clarify warning message.

This commit is contained in:
Eli Zaretskii 2024-03-14 21:08:36 +02:00
parent db027a0697
commit b708e639d6

View file

@ -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;