diff options
| author | Jeff Walsh | 2022-06-09 10:02:01 +1000 |
|---|---|---|
| committer | Stefan Monnier | 2022-09-03 12:55:27 -0400 |
| commit | 22bee93d92567a1b01ebf7354089e6695e134611 (patch) | |
| tree | 62400e7ab5298360fcddbf4c3b60bad770837cff /src | |
| parent | 9788f00cab2dd1ef53866a8a786c0f02a54d5a6f (diff) | |
| download | emacs-22bee93d92567a1b01ebf7354089e6695e134611.tar.gz emacs-22bee93d92567a1b01ebf7354089e6695e134611.zip | |
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')
| -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 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. */) | |||
| 4467 | } | 4467 | } |
| 4468 | if (NILP (base_dir)) | 4468 | if (NILP (base_dir)) |
| 4469 | error ("Cannot find suitable directory for output in " | 4469 | error ("Cannot find suitable directory for output in " |
| 4470 | "`comp-native-load-path'."); | 4470 | "`native-comp-eln-load-path'."); |
| 4471 | } | 4471 | } |
| 4472 | 4472 | ||
| 4473 | if (!file_name_absolute_p (SSDATA (base_dir))) | 4473 | if (!file_name_absolute_p (SSDATA (base_dir))) |