branch: elpa/helm commit ff571547c8fe79b8acc305687e7ececd8cb4b43d Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Avoid error in helm-mm-search when multi3f is in use --- helm-multi-match.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-multi-match.el b/helm-multi-match.el index ca1611e05e..1a1a1d7f79 100644 --- a/helm-multi-match.el +++ b/helm-multi-match.el @@ -429,7 +429,7 @@ sources." (multi1 #'helm-mm-1-search) (multi2 #'helm-mm-2-search) (multi3 #'helm-mm-3-search) - (multi3p #'helm-mm-3p-search)))) + ((multi3p multi3f) #'helm-mm-3p-search)))) (funcall fun pattern)))