aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1997-04-14 21:32:49 +0000
committerKarl Heuer1997-04-14 21:32:49 +0000
commit53740debadadd93624da16db36af999e3a26e752 (patch)
treef1c156890778fdc87e17db211f083747c9b576d1 /src
parent88b52bf54e0631505edbaeffa9e74aa9fb9f9af2 (diff)
downloademacs-53740debadadd93624da16db36af999e3a26e752.tar.gz
emacs-53740debadadd93624da16db36af999e3a26e752.zip
(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
Diffstat (limited to 'src')
-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\
427 /* The third (bottom) level table. */ 427 /* The third (bottom) level table. */
428 if (!SUB_CHAR_TABLE_P (val)) 428 if (!SUB_CHAR_TABLE_P (val))
429 { 429 {
430 val = make_sub_char_table (Qnil, Qnil); 430 val = make_sub_char_table (Qnil);
431 XCHAR_TABLE (table)->contents[c1] = val; 431 XCHAR_TABLE (table)->contents[c1] = val;
432 /* We must set default category set of CHARSET and C1 in 432 /* We must set default category set of CHARSET and C1 in
433 `defalt' slot. */ 433 `defalt' slot. */