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

    Add comment
---
 helm-files.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-files.el b/helm-files.el
index 7107c58d2a7..81a0573ecf3 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6833,6 +6833,8 @@ be existing directories."
     :candidates 'file-name-history
     :persistent-action #'ignore
     ;; See comments in `helm-recentf-source' about bug#2709.
+    ;; This is probably not needed as long as we use
+    ;; `helm-file-name-history-transformer' which uses only propertize.
     :coerce 'substring-no-properties
     :match-on-real t
     :candidate-transformer #'helm-file-name-history-transformer

Reply via email to