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:
parent
88b52bf54e
commit
53740debad
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue