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:
Jeff Walsh 2022-06-09 10:02:01 +10:00 committed by Eli Zaretskii
parent d02c94090c
commit 8436e0bee9

View file

@ -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)))