emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 68db1f5 05/49: Makefile: use -Q to avoid site-lisp loading


From: Dmitry Gutov
Subject: [elpa] master 68db1f5 05/49: Makefile: use -Q to avoid site-lisp loading
Date: Mon, 16 Jan 2017 15:35:46 +0000 (UTC)

branch: master
commit 68db1f586eb2cd20a08e47aa7becdbee368ea22f
Author: Alex Dunn <address@hidden>
Commit: Alex Dunn <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]