emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 8436e0bee9 1/3: Update error message to reflect variable rename


From: Eli Zaretskii
Subject: emacs-28 8436e0bee9 1/3: Update error message to reflect variable rename
Date: Fri, 10 Jun 2022 03:07:22 -0400 (EDT)

branch: emacs-28
commit 8436e0bee9cf7aa8162036a1d00b385c850069ae
Author: Jeff Walsh <fejfighter@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Update error message to reflect variable rename
    
    * src/comp.c (Fcomp_el_to_eln_filename): Update error message.  (Bug#55861)
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 188dc6ea00..dc0359acda 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4193,7 +4193,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]