Allow "COMPLETED-THROUGH" as a synonym for COMPLETE-THROUGH.

This commit is contained in:
Dianne Skoll
2025-12-30 11:52:25 -05:00
parent 6d4c38126e
commit 34c864a38c
5 changed files with 60 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ Token TokArray[] = {
{ "cal", 3, T_RemType, CAL_TYPE },
{ "clear-omit-context", 5, T_Clr, 0 },
{ "complete-through", 16, T_CompleteThrough, 0 },
{ "completed-through", 17, T_CompleteThrough, 0 },
{ "debug", 5, T_Debug, 0 },
{ "december", 3, T_Month, 11 },
{ "do", 2, T_IncludeR, 0 },