branch: elpa/git-commit commit 09ed9e739b9403520c63bfa21a53892305ffb963 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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)))