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

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

[nongnu] elpa/git-commit 09ed9e739b: Fix recent pasto


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 09ed9e739b: Fix recent pasto
Date: Fri, 6 May 2022 16:58:08 -0400 (EDT)

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

    Fix recent pasto
---
 lisp/magit-apply.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el
index 0302f53046..44ebe84e48 100644
--- a/lisp/magit-apply.el
+++ b/lisp/magit-apply.el
@@ -464,7 +464,7 @@ without requiring confirmation."
 (defvar magit-post-unstage-hook-commands
   '(magit-unstage magit-unstage-file magit-unstage-all))
 
-(defun magit-run-post-unstage-hook-commands ()
+(defun magit-run-post-unstage-hook ()
   (when (memq this-command magit-post-unstage-hook-commands)
     (magit-run-hook-with-benchmark 'magit-post-unstage-hook)))
 



reply via email to

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