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

    make emacs-Q: Load only autoloads up front
    
    That's how users are supposed to load it, and so that's also
    how we should try to reproduce issues.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a6382488f0f..ae166fb27bb 100644
--- a/Makefile
+++ b/Makefile
@@ -122,9 +122,10 @@ test-interactive:
        @$(MAKE) -C test test-interactive
 
 emacs-Q: clean-lisp
+       @$(MAKE) -C lisp autoloads
        @$(EMACS) -Q $(LOAD_PATH) --debug-init --eval "(progn\
        (setq debug-on-error t)\
-       (require 'magit)\
+       (require 'magit-autoloads)\
        (global-set-key \"\\C-xg\" 'magit-status))"
 
 check-declare:

Reply via email to