Skip to content

Commit

Permalink
Undeprecate if-let and when-let
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 2, 2024
1 parent 9f2efc3 commit 1037fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 .
Expand Down

0 comments on commit 1037fe3

Please sign in to comment.