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

    Comment only
---
 helm-files.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-files.el b/helm-files.el
index 81a0573ecf3..4aa76cf514a 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6847,6 +6847,8 @@ be existing directories."
     map))
 
 (defun helm-file-name-history-transformer (candidates)
+  ;; As this transformer uses propertize and not add-text-properties or similar
+  ;; it doesn't suffer of nasty side effect like in bug#2709.
   (cl-loop with lgst = helm-file-name-history-max-length
            for elm in candidates
            for c = (truncate-string-to-width

Reply via email to