summaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
authorJeff Walsh <fejfighter@gmail.com>2022-06-09 10:02:01 +1000
committerStefan Monnier <monnier@iro.umontreal.ca>2022-09-03 12:55:27 -0400
commit22bee93d92567a1b01ebf7354089e6695e134611 (patch)
tree62400e7ab5298360fcddbf4c3b60bad770837cff /src/comp.c
parent9788f00cab2dd1ef53866a8a786c0f02a54d5a6f (diff)
downloademacs-22bee93d92567a1b01ebf7354089e6695e134611.tar.gz
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. :-( ]
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
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)))