summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index b644448b486..1041e185877 100644
--- a/src/category.c
+++ b/src/category.c
@@ -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. */