summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
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"),