[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 41bd880217 1/2: No need to use helm-current-directory
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 41bd880217 1/2: No need to use helm-current-directory here |
Date: |
Sun, 24 Nov 2024 04:00:04 -0500 (EST) |
branch: elpa/helm
commit 41bd8802171abbac29d5e494ad15cbf08776f2d7
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
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)