summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-22 11:24:33 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-22 11:24:33 +0100
commitd4a23dd3ca15ed96f219bf213f90012e761b79ee (patch)
treeb7e4225ae5352669d6573981055d1453f92ecc2d /helm.el
parent8dc4fddbe8c25480efed3cff50330246796eca6c (diff)
No need to check for helm-window
* helm.el (helm-follow-execute-persistent-action-maybe): Do it.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index 82c23207..2d9afcd4 100644
--- a/helm.el
+++ b/helm.el
@@ -6504,7 +6504,6 @@ or `helm-follow-input-idle-delay' or `helm-input-idle-delay' secs."
(member (assoc-default 'name src)
helm-source-names-using-follow)))
(null (eq (assoc-default 'follow src) 'never))
- (helm-window)
(helm-get-selection nil nil src))
(helm-follow-mode-set-source 1 src)
(run-with-idle-timer at nil (lambda ()