summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-25 18:13:24 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-25 18:20:15 +0200
commit40cd9fd39b601bd331840a4e682b0184b7562700 (patch)
tree24160a705e4b5be6ad845b8318b6311881ede671 /helm.el
parent5dd36696ffaec1509dc633c34b4f235e8de35fd9 (diff)
Fix previous commit
* helm.el (helm-marked-candidates): DRY.
Diffstat (limited to 'helm.el')
-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)))