emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ec987e3e17: * src/comp.c (Fcomp_el_to_eln_filename): Update error


From: Andrea Corallo
Subject: master ec987e3e17: * src/comp.c (Fcomp_el_to_eln_filename): Update error message.
Date: Thu, 9 Jun 2022 02:36:33 -0400 (EDT)

branch: master
commit ec987e3e1786d06ffd306e5717b4d7fd118f05ac
Author: Jeff Walsh <fejfighter@gmail.com>
Commit: Andrea Corallo <andrea.corallo@arm.com>

    * src/comp.c (Fcomp_el_to_eln_filename): Update error message.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 97bc6a5f9d..05d9fed448 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.  */)
        }
       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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]