diff options
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -483,7 +483,8 @@ static val getopts_set_entries(val dlt, val fun) { val name[] = { lit("opt-desc"), lit("opts"), - lit("opt"), lit("getopts"), lit("opthelp"), lit("define-option-struct"), + lit("opt"), lit("getopts"), lit("opthelp"), lit("opthelp-conventions"), + lit("opthelp-types"), lit("define-option-struct"), nil }; val name_noload[] = { |