projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db027a0
)
; * src/lread.c (maybe_swap_for_eln): Clarify warning message.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 14 Mar 2024 19:08:36 +0000
(21:08 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 14 Mar 2024 19:08:36 +0000
(21:08 +0200)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 451f699e27da7cea8aa6f0272ada738d407874c1..7574e45f3dda5523c8b51a113097b6b42b004600 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-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
"
- "f
ile as no source fil
e "
- "
was found for %s
"),
+ build_string ("Cannot look up
.eln file
"
+ "f
or %s because no sourc
e "
+ "
file was found for it
"),
*filename)),
Vdelayed_warnings_list);
return;