summaryrefslogtreecommitdiffstats
path: root/lisplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisplib.c')
-rw-r--r--lisplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisplib.c b/lisplib.c
index a6ef5a2f..6d9dcda7 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -270,7 +270,7 @@ static val hash_instantiate(val set_fun)
static val except_set_entries(val dlt, val fun)
{
val name[] = {
- lit("catch"), lit("catch*"), lit("handle"), lit("handle*"),
+ lit("catch"), lit("catch*"), lit("catch**"), lit("handle"), lit("handle*"),
lit("ignwarn"), lit("macro-time-ignwarn"),
nil
};