summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-11-04 23:05:44 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-11-04 23:05:44 +0100
commitc94a3825da6cfe8e248536c8fc2212e89d2ae8f6 (patch)
treec61a4ce6c9fc36e4485710868bdc5eddf89bc267 /Makefile
parent392b89ba544039633a271d384ff6a776923826e5 (diff)
make: Undeprecate if-let and when-let
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+73853.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c90e5b..ce674ef 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,9 @@ $(PKG)-test.elc: $(PKG).elc
DEPS =
EMACS ?= emacs
-EMACS_ARGS ?=
+EMACS_ARGS ?= --eval "(progn \
+ (put 'if-let 'byte-obsolete-info nil) \
+ (put 'when-let 'byte-obsolete-info nil))"
LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
LOAD_PATH += -L .