branch: elpa/helm
commit c9c5d133b10a4c37143cf82e469af4333968b93b
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix helm-source-mm-get-search-or-match-fns
    
    For match loop in defmatch and for search loop in defsearch.
---
 helm-source.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-source.el b/helm-source.el
index 02f09028af..e655e5ed81 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -1045,7 +1045,7 @@ or `search'."
               (remove 'helm-mm-match helm-mm-default-match-functions)
             helm-mm-default-match-functions))
          (helm-mm-default-search-functions
-          (if (cl-loop for fn in defmatch
+          (if (cl-loop for fn in defsearch
                        thereis (memq fn '(helm-mm-3p-search
                                           helm-mm-3-search
                                           helm-mm-2-search

Reply via email to