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

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

[nongnu] elpa/helm 5d2fe41be7: Fix edit fnames action name


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5d2fe41be7: Fix edit fnames action name
Date: Sun, 25 Aug 2024 16:00:04 -0400 (EDT)

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

    Fix edit fnames action name
---
 helm-files.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 279b300c71..7922dbdb3e 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -795,7 +795,11 @@ when moving out of directory when non nil."
    "Find file in Dired" 'helm-point-file-in-dired
    "View file" 'view-file
    "Query replace fnames on marked `M-@'" 
'helm-ff-query-replace-fnames-on-marked
-   "Marked files in dired `C-x C-q'" 'helm-ff-edit-marked-files
+   (lambda ()
+     (helm-acase helm-ff-edit-marked-files-fn
+       (helm-marked-files-in-dired "Edit filenames in Wdired `C-x C-q'")
+       (helm-ff-wfnames "Edit filenames in Wfnames `C-x C-q'")))
+   'helm-ff-edit-marked-files
    "Query replace contents on marked `M-%'" 'helm-ff-query-replace
    "Query replace regexp contents on marked `C-M-%'" 
'helm-ff-query-replace-regexp
    "Attach file(s) to mail buffer `C-c C-a'" 'helm-ff-mail-attach-files



reply via email to

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