aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c
index 0b14e476c13..63cb1fcc093 100644
--- a/src/character.c
+++ b/src/character.c
@@ -1124,7 +1124,7 @@ syms_of_character (void)
1124Vector recording all translation tables ever defined. 1124Vector recording all translation tables ever defined.
1125Each element is a pair (SYMBOL . TABLE) relating the table to the 1125Each element is a pair (SYMBOL . TABLE) relating the table to the
1126symbol naming it. The ID of a translation table is an index into this vector. */); 1126symbol naming it. The ID of a translation table is an index into this vector. */);
1127 Vtranslation_table_vector = Fmake_vector (make_fixnum (16), Qnil); 1127 Vtranslation_table_vector = make_nil_vector (16);
1128 1128
1129 DEFVAR_LISP ("auto-fill-chars", Vauto_fill_chars, 1129 DEFVAR_LISP ("auto-fill-chars", Vauto_fill_chars,
1130 doc: /* 1130 doc: /*