branch: master
commit 8e7ed39288c16b8f205b3aed0f9136d09e927315
Merge: 980eb3d 68db1f5
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #348 from dunn/makequiet
    
    Makefile: use -Q to avoid site-lisp loading
---
 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