aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-11-30 19:43:17 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-11-30 19:43:17 +0100
commitb572104164929b592cd980fad5afa9d216321ec1 (patch)
treea2c02045b355557e76894b873cbab7846b680ba6 /Makefile
parent4b90a7b890e0bcda16dcf34e1be9a2f5854c919f (diff)
make: Add new EMACS_Q_ARG variable
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also rename `BATCH' to `EMACS_BATCH', add `EMACS_ORG' and `EMACS_INTR', and rework use of related variables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae166fb..2ae7c02 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ test-interactive:
emacs-Q: clean-lisp
@$(MAKE) -C lisp autoloads
- @$(EMACS) -Q $(LOAD_PATH) --debug-init --eval "(progn\
+ @$(EMACS_INTR) --debug-init --eval "(progn\
(setq debug-on-error t)\
(require 'magit-autoloads)\
(global-set-key \"\\C-xg\" 'magit-status))"