branch: elpa/helm
commit 41bd8802171abbac29d5e494ad15cbf08776f2d7
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
No need to use helm-current-directory here
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 793b70953e..6367a568a3 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5362,7 +5362,7 @@ image file in `helm-ff-image-dired-thumbnails-cache'."
"Launch a recursive search in `helm-ff-default-directory'."
(with-helm-default-directory helm-ff-default-directory
(helm-find-files-recursive-dirs
- (helm-current-directory)
+ default-directory
(helm-basename (helm-get-selection)))))
(defun helm-ff-file-compressed-p (candidate)