From: Eli Zaretskii Date: Thu, 9 Jun 2022 06:56:59 +0000 (+0300) Subject: Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message." X-Git-Tag: emacs-29.0.90~1910^2~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d18e60fef172cf38b92108144f54ed10ddf67488;p=emacs.git Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message." This reverts commit ec987e3e1786d06ffd306e5717b4d7fd118f05ac. This change was installed on the emacs-28 branch instead. --- diff --git a/src/comp.c b/src/comp.c index 05d9fed4481..97bc6a5f9dc 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4466,7 +4466,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 " - "`native-comp-eln-load-path'."); + "`comp-native-load-path'."); } if (!file_name_absolute_p (SSDATA (base_dir)))