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

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

[nongnu] elpa/git-commit c0f4e43c58 02/10: magit-commit-diff: Fix name o


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit c0f4e43c58 02/10: magit-commit-diff: Fix name of a supported command
Date: Tue, 7 Jun 2022 10:58:25 -0400 (EDT)

branch: elpa/git-commit
commit c0f4e43c580392bc8b598a04c791e9650e2688bb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-commit-diff: Fix name of a supported command
---
 lisp/magit-commit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 2277ec9172..0ccc9fb8d2 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -563,7 +563,7 @@ See `magit-commit-absorb' for an alternative 
implementation."
                   '(nil (inhibit-same-window t))))
           (message "Diffing changes to be committed (C-g to abort diffing)")
           (cl-case last-command
-            (magit-commit
+            (magit-commit-create
              (magit-diff-staged nil args))
             (magit-commit--all
              (magit-diff-working-tree nil args))



reply via email to

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