diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-02 17:37:14 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-02 17:37:14 +0100 |
| commit | 4634815a11a2fb30a38079e306fc363c88a787c7 (patch) | |
| tree | c5b7dcdffbce94133d4c2accd4930956786521da | |
| parent | d6b52b6eb7655d538b410ae60f85fbaa4d58a608 (diff) | |
make: Undeprecate if-let and when-let
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+73853.
| -rw-r--r-- | default.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut -c REVDESC := $(shell test -e $(TOP).git && git describe --tags) 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 . |
