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

    Add FIXME about :all-marked semantic
---
 helm-files.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 0ac40838f0..269365e6b7 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1283,7 +1283,9 @@ ACTION can be `rsync' or any action supported by 
`helm-dired-action'."
                                'helm-rsync-command-history)))))
          (ifiles (mapcar 'expand-file-name ; Allow modify '/foo/.' -> '/foo'
                          ;; Use :all-sources to allow actions on wildcards
-                         ;; marked in dummy source.
+                         ;; marked in dummy source.  FIXME: We should use
+                         ;; :all-sources when :all-marked is non nil only, it 
is
+                         ;; true by default but user may modify HFF source by 
defmethod.
                          (helm-marked-candidates :with-wildcard t :all-sources 
t)))
          (cand   (unless (cdr ifiles) (helm-get-selection))) ; preselection.
          (prefarg helm-current-prefix-arg)

Reply via email to