summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-13 07:58:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-13 07:58:47 -0700
commit8b00ff477f752ea4e11290be398b5a3cf98cf7ab (patch)
tree6ddae1f89b191e0eb6733cef0ba53ab53971faec /autoload.c
parent8629f3e1eb6860d72861800ed5004cf0ae5dd2b3 (diff)
downloadtxr-8b00ff477f752ea4e11290be398b5a3cf98cf7ab.tar.gz
txr-8b00ff477f752ea4e11290be398b5a3cf98cf7ab.tar.bz2
txr-8b00ff477f752ea4e11290be398b5a3cf98cf7ab.zip
New function: macroexpand-match.
* stdlib/match.tl (macroexpand-match): New function. * autoload.c (match_set_entries): Autoload match module on macroexpand-match. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'autoload.c')
-rw-r--r--autoload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.c b/autoload.c
index 336c2518..e266ed43 100644
--- a/autoload.c
+++ b/autoload.c
@@ -826,6 +826,7 @@ static val match_set_entries(val fun)
lit("match"), lit("match-ecase"),
lit("while-match"), lit("while-match-case"), lit("while-true-match-case"),
lit("lambda-match"), lit("defun-match"), lit("defmatch"),
+ lit("macroexpand-match"),
lit("each-match"), lit("append-matches"),
lit("keep-matches"), lit("each-match-product"),
lit("append-match-products"), lit("keep-match-products"),