(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
authorKarl Heuer <kwzh@gnu.org>
Mon, 14 Apr 1997 21:32:49 +0000 (21:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 14 Apr 1997 21:32:49 +0000 (21:32 +0000)
src/category.c

index b644448..1041e18 100644 (file)
@@ -427,7 +427,7 @@ If optional forth argument RESET is non NIL,\n\
   /* 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.  */