emacs-diffs
[Top][All Lists]
Advanced

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

master 22bee93d92: Update error message to reflect variable rename


From: Stefan Monnier
Subject: master 22bee93d92: Update error message to reflect variable rename
Date: Sat, 3 Sep 2022 12:55:54 -0400 (EDT)

branch: master
commit 22bee93d92567a1b01ebf7354089e6695e134611
Author: Jeff Walsh <fejfighter@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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.  :-(  ]
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 70e7d5a8bb..4813ca04a9 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.  */)
        }
       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]