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

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

[elpa] elpa-admin d870f84918: Run emacs with --no-site-lisp


From: Stefan Kangas
Subject: [elpa] elpa-admin d870f84918: Run emacs with --no-site-lisp
Date: Sat, 1 Jan 2022 13:58:17 -0500 (EST)

branch: elpa-admin
commit d870f8491850bf640c00c4e555092206f96b5f5a
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Run emacs with --no-site-lisp
    
    * GNUmakefile (EMACSFLAGS): New variable with "--no-site-lisp".
    (EMACS): Use above new variable.
---
 GNUmakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index affba15e36..a7d078a1a8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,8 @@
 #
 
 EMACSBIN=emacs
-EMACS=$(EMACSBIN) --batch
+EMACSFLAGS=--no-site-lisp
+EMACS=$(EMACSBIN) $(EMACSFLAGS) --batch
 RM=rm -f
 
 PKG_DESCS_MK=.pkg-descs.mk



reply via email to

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