Mercurial > emacs
changeset 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 | eeff371bfe78 |
children | 6923ae3375f7 |
files | src/category.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */