summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/helm.el b/helm.el
index d071dbc8..8f1ec87f 100644
--- a/helm.el
+++ b/helm.el
@@ -6409,11 +6409,7 @@ sources."
current-src))
(setq candidates
(helm--compute-marked
- (helm-get-selection
- nil (helm-attr 'marked-with-props
- current-src)
- current-src)
- current-src
+ sel current-src
(and with-wildcard (null (file-exists-p sel))))))
(helm-log "Marked candidates = %S" candidates)
candidates)))