branch: elpa/helm
commit f82212a1d5602ac002564605a32a500616b173f6
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@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

Reply via email to