aboutsummaryrefslogtreecommitdiff
path: root/compat-26.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-04 12:22:22 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-04 12:22:22 +0100
commit7aa705b65e9978a708db69aedb8059067808df91 (patch)
tree4093526ae69b441ef87e647c39163bee3cccd368 /compat-26.el
parentdab2ec091d51bb0220453f1a3d28664f4d3ccd92 (diff)
Require features at compile time
Diffstat (limited to 'compat-26.el')
-rw-r--r--compat-26.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-26.el b/compat-26.el
index f2a0cc9..bd7e4c7 100644
--- a/compat-26.el
+++ b/compat-26.el
@@ -382,7 +382,7 @@ This is like `when-let' but doesn't handle a VARLIST of the form
"Bind variables according to VARLIST and conditionally evaluate BODY.
Like `when-let*', except if BODY is empty and all the bindings
are non-nil, then the result is non-nil."
- :feature 'subr-x
+ :feature subr-x
(declare (indent 1)
(debug ((&rest [&or symbolp (symbolp form) (form)])
body)))