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

    Fix #2728 diacritics-fn not expanded in helm-source
---
 helm-source.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-source.el b/helm-source.el
index 79c9808f9e..02f09028af 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -1069,7 +1069,7 @@ or `search'."
                     ((and migemo diacritics)
                      (append '(helm-mm-exact-search)
                              defsearch
-                             `(helm-mm-3-migemo-search diacritics-fn)))
+                             `(helm-mm-3-migemo-search ,diacritics-fn)))
                     (migemo
                      (append helm-mm-default-search-functions
                              defsearch '(helm-mm-3-migemo-search)))

Reply via email to