branch: elpa/llama
commit c94a3825da6cfe8e248536c8fc2212e89d2ae8f6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
make: Undeprecate if-let and when-let
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+73853.
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9c90e5b927..ce674efca8 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 .