# HG changeset patch # User Karl Heuer # Date 861053569 0 # Node ID 22fc94ab9e79a15207292118fc7b5eee3f0a8f08 # Parent eeff371bfe78f03f0284a4478d2ebef5ae33385d (Fmodify_category_entry): Delete second arg in call to make_sub_char_table. diff -r eeff371bfe78 -r 22fc94ab9e79 src/category.c --- a/src/category.c Mon Apr 14 20:57:39 1997 +0000 +++ b/src/category.c Mon Apr 14 21:32:49 1997 +0000 @@ -427,7 +427,7 @@ /* The third (bottom) level table. */ if (!SUB_CHAR_TABLE_P (val)) { - val = make_sub_char_table (Qnil, Qnil); + val = make_sub_char_table (Qnil); XCHAR_TABLE (table)->contents[c1] = val; /* We must set default category set of CHARSET and C1 in `defalt' slot. */