branch: elpa/helm
commit 5086f58d576cebb2e277bacd6a5a09bb5673cb57
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Use VAL instead of the var name itself in helm-recentf-fuzzy-match
---
helm-for-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-for-files.el b/helm-for-files.el
index 6b36fb8e7b..3587fc72bf 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -150,7 +150,7 @@ small.")
(let ((helm-fuzzy-sort-fn
'helm-fuzzy-matching-sort-fn-preserve-ties-order))
(setq helm-source-recentf
(helm-make-source "Recentf" 'helm-recentf-source
- :fuzzy-match helm-recentf-fuzzy-match)))))
+ :fuzzy-match val)))))
;;; Files in current dir