From: Jeff Walsh Date: Thu, 9 Jun 2022 00:02:01 +0000 (+1000) Subject: Update error message to reflect variable rename X-Git-Tag: emacs-29.0.90~1856^2~749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22bee93d92567a1b01ebf7354089e6695e134611;p=emacs.git 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 8436e0bee9cf7a was already merged from `emacs-28`, yet the code says it was not. :-( ] --- diff --git a/src/comp.c b/src/comp.c index 70e7d5a8bbf..4813ca04a90 100644 --- 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)))