aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-06-09 09:56:59 +0300
committerEli Zaretskii2022-06-09 09:56:59 +0300
commitd18e60fef172cf38b92108144f54ed10ddf67488 (patch)
treece459809bfd512eba0e819af64071bb3b72ab9c4 /src
parentd7270b4445778b10a4d8ff9516dfa188ceeecf31 (diff)
downloademacs-d18e60fef172cf38b92108144f54ed10ddf67488.tar.gz
emacs-d18e60fef172cf38b92108144f54ed10ddf67488.zip
Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."
This reverts commit ec987e3e1786d06ffd306e5717b4d7fd118f05ac. This change was installed on the emacs-28 branch instead.
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 05d9fed4481..97bc6a5f9dc 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 "`native-comp-eln-load-path'."); 4469 "`comp-native-load-path'.");
4470 } 4470 }
4471 4471
4472 if (!file_name_absolute_p (SSDATA (base_dir))) 4472 if (!file_name_absolute_p (SSDATA (base_dir)))