aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-commit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-06-06 21:48:14 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-06-06 21:48:14 +0200
commite0abcbd22f9980cda86e6169b643634339cf3f32 (patch)
treefe797d805dd6eb52413640d220c176d7bb3610a6 /lisp/magit-commit.el
parent9b48dd7e3618ac3736f66ef964ae5e1fedd54f98 (diff)
Change name of fake command used when adding --all argument
Diffstat (limited to 'lisp/magit-commit.el')
-rw-r--r--lisp/magit-commit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 081b8e7..2277ec9 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -181,7 +181,7 @@ With a prefix argument, amend to the commit at `HEAD' instead.
(list (cons "--amend" (magit-commit-arguments)))
(list (magit-commit-arguments))))
(when (member "--all" args)
- (setq this-command 'magit-commit-all))
+ (setq this-command 'magit-commit--all))
(when (setq args (magit-commit-assert args))
(let ((default-directory (magit-toplevel)))
(magit-run-git-with-editor "commit" args))))
@@ -565,7 +565,7 @@ See `magit-commit-absorb' for an alternative implementation."
(cl-case last-command
(magit-commit
(magit-diff-staged nil args))
- (magit-commit-all
+ (magit-commit--all
(magit-diff-working-tree nil args))
((magit-commit-amend
magit-commit-reword