summaryrefslogtreecommitdiffstats
path: root/lisplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisplib.c')
-rw-r--r--lisplib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisplib.c b/lisplib.c
index d1f237c4..a7247693 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -238,7 +238,10 @@ static val hash_instantiate(val set_fun)
static val except_set_entries(val dlt, val fun)
{
- val name[] = { lit("handle"), nil };
+ val name[] = {
+ lit("handle"), lit("ignwarn"), lit("macro-time-ignwarn"),
+ nil
+ };
set_dlt_entries(dlt, name, fun);
return nil;
}