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

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

[nongnu] elpa/wfnames 9c99e94560 10/98: Fix paren error


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames 9c99e94560 10/98: Fix paren error
Date: Tue, 8 Aug 2023 04:01:12 -0400 (EDT)

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

    Fix paren error
---
 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 835774fa7b..6a31322ba1 100644
--- a/helm-edit-marked.el
+++ b/helm-edit-marked.el
@@ -62,7 +62,7 @@ Special commands:
         (cl-loop for file in marked
                  do (insert (propertize
                              file 'old-name file 'face 'helm-ff-file)
-                            "\n")))
+                            "\n"))))
       (helm-ff-edit-mode)
     (switch-to-buffer helm-ff-edit-buffer)))
 



reply via email to

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