diff src/category.c @ 17459:22fc94ab9e79

(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
author Karl Heuer <kwzh@gnu.org>
date Mon, 14 Apr 1997 21:32:49 +0000
parents 566b26e1930e
children eacf563a6d0d
line wrap: on
line diff
--- 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.  */