summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index f831b09ab1d..67736b2d94d 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4070,7 +4070,7 @@ If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */)
sys_rx = Fregexp_quote (build_string (PATH_LOADSEARCH));
#endif
loadsearch_re_list =
- list2 (Fregexp_quote (sys_rx),
+ list2 (sys_rx,
Fregexp_quote (build_string (PATH_DUMPLOADSEARCH)));
}