]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).
authorAndrea Corallo <akrl@sdf.org>
Mon, 21 Dec 2020 07:45:53 +0000 (08:45 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 21 Dec 2020 07:51:32 +0000 (08:51 +0100)
src/comp.c

index 84a80eba11e42c84f776d6f248b6c7121b8b2eee..8907993dc564b851406040f87858c07be5faf395 100644 (file)
@@ -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);
     }