projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9788f00
)
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
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 3 Sep 2022 16:55:27 +0000
(12:55 -0400)
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
[ According to the Git metadata, this commit
8436e0bee9cf7a
was already
merged from `emacs-28`, yet the code says it was not. :-( ]
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 70e7d5a8bbf4710c09c4f8135e2865097dac6bf8..4813ca04a90547c5d1c2e6403c84a39f7e6e2c4e 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4467,7
+4467,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)))