diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-04 23:05:44 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-04 23:05:44 +0100 |
| commit | c94a3825da6cfe8e248536c8fc2212e89d2ae8f6 (patch) | |
| tree | c61a4ce6c9fc36e4485710868bdc5eddf89bc267 /Makefile | |
| parent | 392b89ba544039633a271d384ff6a776923826e5 (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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 . |
