changeset 88853:503c60238368

(syms_of_character): Fix CHAR_TABLE_SET call.
author Dave Love <fx@gnu.org>
date Tue, 16 Jul 2002 14:59:03 +0000
parents 9a7268b7a742
children 8b5248397330
files src/character.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Tue Jul 16 14:58:26 2002 +0000
+++ b/src/character.c	Tue Jul 16 14:59:03 2002 +0000
@@ -896,8 +896,8 @@
 A char-table for characters which invoke auto-filling.
 Such characters have value t in this table.  */);
   Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil);
-  CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt);
-  CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt);
+  CHAR_TABLE_SET (Vauto_fill_chars, ' ', Qt);
+  CHAR_TABLE_SET (Vauto_fill_chars, '\n', Qt);
 
   DEFVAR_LISP ("char-width-table", &Vchar_width_table,
 	       doc: /*