summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.c')
-rw-r--r--autoload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.c b/autoload.c
index f90366d1..d384879a 100644
--- a/autoload.c
+++ b/autoload.c
@@ -840,7 +840,7 @@ static val match_set_entries(val fun)
nil
};
val name[] = {
- lit("when-match"), lit("match-case"), lit("if-match"),
+ lit("when-match"), lit("match-case"), lit("match-cond"), lit("if-match"),
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"),