summaryrefslogtreecommitdiffstats
path: root/lisplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisplib.c')
-rw-r--r--lisplib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisplib.c b/lisplib.c
index 5d85ec48..a58a8972 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -877,6 +877,9 @@ static val match_set_entries(val dlt, val fun)
val name[] = {
lit("when-match"), lit("match-case"), lit("if-match"),
lit("lambda-match"), lit("defun-match"), lit("defmatch"),
+ lit("each-match"), lit("append-matches"),
+ lit("keep-matches"), lit("each-match-product"),
+ lit("append-match-products"), lit("keep-match-products"),
lit("*match-macro*"),
nil
};