projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02c940
)
Update error message to reflect variable rename
author
Jeff Walsh
<fejfighter@gmail.com>
Thu, 9 Jun 2022 00:02:01 +0000
(10:02 +1000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 9 Jun 2022 06:31:01 +0000
(09:31 +0300)
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 188dc6ea005eb7aa94b436a34607afbd38769db6..dc0359acdae8aadaf53a3a39bf89f0eb08e315cf 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4193,7
+4193,7
@@
the latter is supposed to be used by the Emacs build procedure. */)
}
if (NILP (base_dir))
error ("Cannot find suitable directory for output in "
- "`
comp-native
-load-path'.");
+ "`
native-comp-eln
-load-path'.");
}
if (!file_name_absolute_p (SSDATA (base_dir)))