branch: elpa/elfeed
commit 8ef48b1e1418f79aaeffbe623425136fc4c26c0f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Revert "Run emacs with "-q" instead of "-Q""
This reverts commit 0bc7b9f63de9bce1b21472cc360cf180fac2fd6a.
This does not work.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9ce2aa9878..16f6204435 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
EMACS = emacs
-BATCH = $(EMACS) -batch -q -L . -L tests
+BATCH = $(EMACS) -batch -Q -L . -L tests
EL = elfeed-csv.el elfeed-curl.el elfeed-db.el elfeed-lib.el \
elfeed-log.el elfeed-show.el elfeed.el xml-query.el \