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

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

[elpa] elpa-admin e15eb8bbe2: Revert "Run emacs with --no-site-lisp"


From: Stefan Kangas
Subject: [elpa] elpa-admin e15eb8bbe2: Revert "Run emacs with --no-site-lisp"
Date: Wed, 21 Sep 2022 15:22:34 -0400 (EDT)

branch: elpa-admin
commit e15eb8bbe25755cd6617e66c13ca4fd95f714451
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Revert "Run emacs with --no-site-lisp"
    
    This reverts commit d870f8491850bf640c00c4e555092206f96b5f5a.
    
    This made the output a bit cleaner, but unfortunately breaks the
    scripts on elpa.gnu.org.
    Problem reported by Stefan Monnier <monnier@iro.umontreal.ca>.
---
 GNUmakefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



reply via email to

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