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

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

[elpa] master 8e7ed39 06/49: Merge pull request #348 from dunn/makequiet


From: Dmitry Gutov
Subject: [elpa] master 8e7ed39 06/49: Merge pull request #348 from dunn/makequiet
Date: Mon, 16 Jan 2017 15:35:46 +0000 (UTC)

branch: master
commit 8e7ed39288c16b8f205b3aed0f9136d09e927315
Merge: 980eb3d 68db1f5
Author: Dmitry Gutov <address@hidden>
Commit: GitHub <address@hidden>

    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

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