diff options
-rw-r--r-- | lisplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ static val getopts_set_entries(val dlt, val fun) }; val name_noload[] = { lit("short"), lit("long"), lit("helptext"), lit("type"), - lit("in-args"), lit("out-args"), lit("cumul"), nil + lit("in-args"), lit("out-args"), lit("cumul"), lit("opt-error"), nil }; set_dlt_entries(dlt, name, fun); intern_only(name_noload); |