emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm e95518f43e: Expand helm-common-dir output with file-n


From: ELPA Syncer
Subject: [nongnu] elpa/helm e95518f43e: Expand helm-common-dir output with file-name-as-directory
Date: Tue, 23 Jul 2024 13:00:30 -0400 (EDT)

branch: elpa/helm
commit e95518f43e00a345e725f598c843f340149a3320
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]