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

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

[nongnu] elpa/git-commit ea02e6d421 1/3: magit--with-connection-local-va


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit ea02e6d421 1/3: magit--with-connection-local-variables: Drop superfluous progn
Date: Sun, 23 Jan 2022 23:58:08 -0500 (EST)

branch: elpa/git-commit
commit ea02e6d42159957fc9c37dc28e1c24b9727bd3a6
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    magit--with-connection-local-variables: Drop superfluous progn
---
 lisp/magit-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-utils.el b/lisp/magit-utils.el
index 49a88f573c..401d84bdfe 100644
--- a/lisp/magit-utils.el
+++ b/lisp/magit-utils.el
@@ -1229,7 +1229,7 @@ Magit."
                                         vec
                                         'tramp-remote-shell-args)
                                        " ")))
-           (progn ,@body))
+           ,@body)
        ,@body)))
 
 ;;; Miscellaneous



reply via email to

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