aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 70f61bfbe1d..166c75bea0d 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4534,7 +4534,7 @@ eln_load_path_final_clean_up (void)
4534 concat2 (XCAR (dir_tail), 4534 concat2 (XCAR (dir_tail),
4535 Vcomp_native_version_dir), 4535 Vcomp_native_version_dir),
4536 Qt, build_string ("\\.eln\\.old\\'"), Qnil, 4536 Qt, build_string ("\\.eln\\.old\\'"), Qnil,
4537 Qt, Qnil, return_nil); 4537 Qnil, Qt, return_nil);
4538 FOR_EACH_TAIL (files_in_dir) 4538 FOR_EACH_TAIL (files_in_dir)
4539 Fdelete_file (XCAR (files_in_dir), Qnil); 4539 Fdelete_file (XCAR (files_in_dir), Qnil);
4540 } 4540 }