emacs-diffs
[Top][All Lists]
Advanced

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

scratch/native-comp-macos-43532 d067d05: Fix double regexp_quote


From: Andrea Corallo
Subject: scratch/native-comp-macos-43532 d067d05: Fix double regexp_quote
Date: Tue, 22 Sep 2020 06:07:52 -0400 (EDT)

branch: scratch/native-comp-macos-43532
commit d067d05eb06d613f5b1be3f558eb88c814eda9fc
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    Fix double regexp_quote
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index f831b09..67736b2 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)));
     }
 



reply via email to

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