branch: elpa/magit commit 873da4a62dc609ff0c8a7e0ec417b263e3ed2269 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-push-implicitly--desc: Cosmetics --- lisp/magit-push.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-push.el b/lisp/magit-push.el index 8e89d7362c6..558a0da85e3 100644 --- a/lisp/magit-push.el +++ b/lisp/magit-push.el @@ -305,7 +305,7 @@ what this command will do. To add it use something like: (let ((remotes (magit-list-remotes))) (cond ((and (magit-git-version>= "2.27") - (= (length remotes) 1)) + (length= remotes 1)) (car remotes)) ((member "origin" remotes) "origin")))))) (if (null remote)