Update error message to reflect variable rename
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
This commit is contained in:
parent
d02c94090c
commit
8436e0bee9
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue