branch: elpa/magit
commit fc5dcab2f728403cb2879c06a1e7167e8833fa0f
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-merge-editmsg: Cosmetics
---
lisp/magit-merge.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el
index e5c450385b..1f5806beb2 100644
--- a/lisp/magit-merge.el
+++ b/lisp/magit-merge.el
@@ -112,9 +112,7 @@ edit it.
(magit-merge-arguments)))
(magit-merge-assert)
(cl-pushnew "--no-ff" args :test #'equal)
- (apply #'magit-run-git-with-editor "merge" "--edit"
- (append (delete "--ff-only" args)
- (list rev))))
+ (magit-run-git-with-editor "merge" "--edit" (delete "--ff-only" args) rev))
;;;###autoload
(defun magit-merge-nocommit (rev &optional args)