emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/flx 2b54391aa6 119/182: Fix helm demo with `.` in query.


From: ELPA Syncer
Subject: [nongnu] elpa/flx 2b54391aa6 119/182: Fix helm demo with `.` in query.
Date: Tue, 13 Dec 2022 03:59:36 -0500 (EST)

branch: elpa/flx
commit 2b54391aa6bbc40790d5d27c96693ad7f78401b0
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    Fix helm demo with `.` in query.
---
 misc/flx-helm-demo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/flx-helm-demo.el b/misc/flx-helm-demo.el
index 34fb4d17fe..3b8c04da2c 100644
--- a/misc/flx-helm-demo.el
+++ b/misc/flx-helm-demo.el
@@ -11,7 +11,7 @@ The score info we add here is later removed with another 
filter."
            (flx-pattern (cdar mp-3-patterns))
            (patterns (cons (cons 'identity
                                  (mapconcat
-                                  #'identity
+                                  #'regexp-quote
                                   (split-string flx-pattern "" t)
                                   ".*"))
                            (cdr mp-3-patterns)))



reply via email to

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