diff options
author | Jeff Walsh <fejfighter@gmail.com> | 2022-06-09 10:02:01 +1000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-09 09:31:01 +0300 |
commit | 8436e0bee9cf7aa8162036a1d00b385c850069ae (patch) | |
tree | f52c72a81f41af028b06bd904964aa5d99fbafd1 /src/comp.c | |
parent | d02c94090c4dd7c90da9ccd3268a9e02cadf0a45 (diff) | |
download | emacs-8436e0bee9cf7aa8162036a1d00b385c850069ae.tar.gz emacs-8436e0bee9cf7aa8162036a1d00b385c850069ae.tar.bz2 emacs-8436e0bee9cf7aa8162036a1d00b385c850069ae.zip |
Update error message to reflect variable rename
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 188dc6ea005..dc0359acdae 100644 --- a/src/comp.c +++ b/src/comp.c @@ -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))) |