Update error message to reflect variable rename
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
[ According to the Git metadata, this commit 8436e0bee9
was already
merged from `emacs-28`, yet the code says it was not. :-( ]
This commit is contained in:
parent
9788f00cab
commit
22bee93d92
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue