1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.

This commit is contained in:
Karl Heuer 1997-04-14 21:32:49 +00:00
parent 88b52bf54e
commit 53740debad

View 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. */