branch: elpa/helm
commit e95518f43e00a345e725f598c843f340149a3320
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Expand helm-common-dir output with file-name-as-directory
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 5a41385423..2022a9edaf 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1288,7 +1288,7 @@ ACTION can be `rsync' or any action supported by
`helm-dired-action'."
(eq action 'compress)
(helm-common-dir ifiles)
(if (stringp it)
- it
+ (file-name-as-directory it)
(error "Try to compress files not belonging to same
drive"))))
helm-ff--move-to-first-real-candidate
helm-display-source-at-screen-top ; prevent setting window-start.