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

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

[nongnu] elpa/wfnames c36c387f1c 13/98: Fix paren error (again)


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

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

    Fix paren error (again)
---
 helm-edit-marked.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-edit-marked.el b/helm-edit-marked.el
index 6e37929aad..cc5cd05be0 100644
--- a/helm-edit-marked.el
+++ b/helm-edit-marked.el
@@ -64,8 +64,8 @@ Special commands:
         (cl-loop for file in marked
                  do (insert (propertize
                              file 'old-name file 'face 'helm-ff-file)
-                            "\n"))))
-      (helm-ff-edit-mode)
+                            "\n")))
+      (helm-ff-edit-mode))
     (switch-to-buffer helm-ff-edit-buffer)))
 
 (defun helm-ff-edit-marked-commit-buffer ()



reply via email to

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