branch: elpa/magit
commit 8a34d80c2d82ce522e62854c238c66a58c0dce89
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-ediff: Fix arguments to autoload
---
lisp/magit-ediff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 0541e57f77..d72c19a779 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -113,7 +113,7 @@ recommend you do not further complicate that by enabling
this.")
(defvar magit-ediff-previous-winconf nil)
-;;;###autoload(autoload 'magit-ediff "magit-ediff" nil)
+;;;###autoload(autoload 'magit-ediff "magit-ediff" nil t)
(transient-define-prefix magit-ediff ()
"Show differences using the Ediff package."
:info-manual "(ediff)"