summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-02 18:05:57 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-02 18:05:57 +0200
commit1b5d5121cf694570301c2cd3d6b2c0a67d099703 (patch)
treea069727e49e8392e447bf187c221514bd45c5568 /helm-files.el
parentea93b0e2d68d5bfffc72bb2c83497fb30a793b74 (diff)
Fix non-interactive call of follow-mode.
* helm-files.el (helm-find-files-up-one-level): No need to turn off follow as it is prevented in files sources. * helm-mode.el (helm-read-file-name): Prevent follow. * helm.el (helm-mark-all): Bind helm-follow-mode-persistent to prevent customization of follow for current source.
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/helm-files.el b/helm-files.el
index 0ace5f92..3a983302 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1437,9 +1437,6 @@ If prefix numeric arg is given go ARG level up."
(with-helm-alive-p
(when (and (helm-file-completion-source-p)
(not (helm-ff-invalid-tramp-name-p)))
- (with-helm-window
- (when helm-follow-mode
- (helm-follow-mode -1) (message nil)))
;; When going up one level we want to be at the line
;; corresponding to actual directory, so store this info
;; in `helm-ff-last-expanded'.