aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/character.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/character.c b/src/character.c
index aa279183e77..07a50ce797c 100644
--- a/src/character.c
+++ b/src/character.c
@@ -896,8 +896,8 @@ An ID of a translation table is an index of this vector. */);
896A char-table for characters which invoke auto-filling. 896A char-table for characters which invoke auto-filling.
897Such characters have value t in this table. */); 897Such characters have value t in this table. */);
898 Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil); 898 Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil);
899 CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt); 899 CHAR_TABLE_SET (Vauto_fill_chars, ' ', Qt);
900 CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt); 900 CHAR_TABLE_SET (Vauto_fill_chars, '\n', Qt);
901 901
902 DEFVAR_LISP ("char-width-table", &Vchar_width_table, 902 DEFVAR_LISP ("char-width-table", &Vchar_width_table,
903 doc: /* 903 doc: /*