branch: master
commit 68db1f586eb2cd20a08e47aa7becdbee368ea22f
Author: Alex Dunn <[email protected]>
Commit: Alex Dunn <[email protected]>

    Makefile: use -Q to avoid site-lisp loading
    
    Fixes #346.
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7777a67..b181ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 EMACS = emacs
 
 # Compile with noninteractive and relatively clean environment.
-BATCHFLAGS = -batch -q --no-site-file
+BATCHFLAGS = -batch -Q
 
 SRCS = js2-mode.el js2-imenu-extras.el
 

Reply via email to