branch: elpa/helm
commit 7aab74aeb9b11007bfec2edb72c5cb72ef22e54e
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Use :candidate-transformer in helm-source-file-name-history
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 9ad981f0af8..1f78c03942d 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6834,7 +6834,7 @@ be existing directories."
     :persistent-action #'ignore
     ;; See comments in `helm-recentf-source' about bug#2709.
     :coerce 'substring-no-properties
-    :filtered-candidate-transformer #'helm-file-name-history-transformer
+    :candidate-transformer #'helm-file-name-history-transformer
     :action 'helm-type-file-actions))
 
 (defvar helm-file-name-history-map

Reply via email to