[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm f82212a1d5 1/3: Use dst pattern in helm--prepare-comp
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm f82212a1d5 1/3: Use dst pattern in helm--prepare-completion-styles |
Date: |
Sun, 1 Dec 2024 04:00:02 -0500 (EST) |
branch: elpa/helm
commit f82212a1d5602ac002564605a32a500616b173f6
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Use dst pattern in helm--prepare-completion-styles
---
helm-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-lib.el b/helm-lib.el
index 189b845908..da933cbfc3 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -2144,7 +2144,7 @@ flex or helm-flex completion style if present."
(or
styles
(helm-acase (cdr (assq from helm-completion-styles-alist))
- ((guard (and (consp it) (cdr it))) guard))
+ ((dst (_l &rest args)) args))
;; We need to have flex always behind helm, otherwise
;; when matching against e.g. '(foo foobar foao frogo bar
;; baz) with pattern "foo" helm style if before flex will