diff options
| author | Jeff Walsh | 2022-06-09 10:02:01 +1000 |
|---|---|---|
| committer | Andrea Corallo | 2022-06-09 08:35:41 +0200 |
| commit | ec987e3e1786d06ffd306e5717b4d7fd118f05ac (patch) | |
| tree | 19bef3ac5a597399d470d937e4a09a6049178dee /src | |
| parent | 2f31dbeadff0abc38ded5dd072df1ec179c49945 (diff) | |
| download | emacs-ec987e3e1786d06ffd306e5717b4d7fd118f05ac.tar.gz emacs-ec987e3e1786d06ffd306e5717b4d7fd118f05ac.zip | |
* src/comp.c (Fcomp_el_to_eln_filename): Update error message.
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 97bc6a5f9dc..05d9fed4481 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. */) | |||
| 4466 | } | 4466 | } |
| 4467 | if (NILP (base_dir)) | 4467 | if (NILP (base_dir)) |
| 4468 | error ("Cannot find suitable directory for output in " | 4468 | error ("Cannot find suitable directory for output in " |
| 4469 | "`comp-native-load-path'."); | 4469 | "`native-comp-eln-load-path'."); |
| 4470 | } | 4470 | } |
| 4471 | 4471 | ||
| 4472 | if (!file_name_absolute_p (SSDATA (base_dir))) | 4472 | if (!file_name_absolute_p (SSDATA (base_dir))) |