branch: elpa/magit
commit 4d147dd9ab7c13acb26a559cb990c8f648b0d182
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-project-dispatch: Avoid compiler warning
---
lisp/magit-extras.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el
index 9126ad5c96..3a79d73875 100644
--- a/lisp/magit-extras.el
+++ b/lisp/magit-extras.el
@@ -226,7 +226,7 @@ Also see `magit-project-status'."
(if (fboundp 'project-root)
(let ((dir (project-root (project-current t))))
(find-file dir)
- (magit-dispatch))
+ (transient-setup 'magit-dispatch))
(user-error "`magit-project-status' requires `project' 0.3.0 or greater")))
;;; Shift Selection