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

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

[nongnu] elpa/wfnames c665261bae 09/98: No need to call helm-marked-cand


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames c665261bae 09/98: No need to call helm-marked-candidates with wildcard arg
Date: Tue, 8 Aug 2023 04:01:12 -0400 (EDT)

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

    No need to call helm-marked-candidates with wildcard arg
---
 helm-edit-marked.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-edit-marked.el b/helm-edit-marked.el
index 3f2ad0b647..835774fa7b 100644
--- a/helm-edit-marked.el
+++ b/helm-edit-marked.el
@@ -56,7 +56,7 @@ Special commands:
                    (overlay-put ov 'evaporate t))))))))
 
 (defun helm-ff-edit-marked-files (_candidate)
-  (let ((marked (helm-marked-candidates :with-wildcard t)))
+  (let ((marked (helm-marked-candidates)))
     (with-current-buffer (get-buffer-create helm-ff-edit-buffer)
       (save-excursion
         (cl-loop for file in marked



reply via email to

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