emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 2526032 2/2: * src/comp.c (eln_load_path_final_clean


From: Andrea Corallo
Subject: feature/native-comp 2526032 2/2: * src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).
Date: Mon, 21 Dec 2020 02:59:11 -0500 (EST)

branch: feature/native-comp
commit 2526032ea954671aa48a6ad6d924df2941a8364a
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 84a80eb..8907993 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4622,7 +4622,7 @@ eln_load_path_final_clean_up (void)
                                   concat2 (XCAR (dir_tail),
                                            Vcomp_native_version_dir),
                                   Qt, build_string ("\\.eln\\.old\\'"), Qnil,
-                                  Qt, return_nil, Qnil);
+                                  Qt, Qnil, return_nil);
       FOR_EACH_TAIL (files_in_dir)
        Fdelete_file (XCAR (files_in_dir), Qnil);
     }



reply via email to

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