branch: elpa/magit
commit 28d5f37efdfdfb21f2f088fb7d0190795583fe5f
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Load magit-autoloads silently
---
 lisp/magit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit.el b/lisp/magit.el
index 42116b12934..011cf2ef7c9 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -776,7 +776,7 @@ For X11 something like ~/.xinitrc should work.\n"
   ;; try harder to ensure this is loaded exactly once.
   (unless (or (featurep 'magit-autoloads)
               (autoloadp (symbol-function 'magit-patch))
-              (load "magit-autoloads" t))
+              (load "magit-autoloads" t t))
     (require 'magit-patch)
     (require 'magit-subtree)
     (require 'magit-ediff)

Reply via email to