summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-02-17 22:04:34 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-02-17 22:04:34 +0100
commitde61773fc378d40f478f8daf67543a51889ecded (patch)
tree5140e193052020252bef2142fa48c29931830322 /Makefile
parent2a89ba755b0459914a44b1ffa793e57f759a5b85 (diff)
Begrudgingly stop using wrongly deprecated when-let
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 67caa4b..a163ce1 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,7 @@ LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
LOAD_PATH += -L .
EMACS ?= emacs
-EMACS_ARGS ?= --eval "(progn \
- (put 'if-let 'byte-obsolete-info nil) \
- (put 'when-let 'byte-obsolete-info nil))"
+EMACS_ARGS ?=
EMACS_Q_ARG ?= -Q
EMACS_BATCH ?= $(EMACS) $(EMACS_Q_ARG) --batch $(EMACS_ARGS) $(LOAD_PATH)