]> code.delx.au - gnu-emacs/commitdiff
(syms_of_character): Fix CHAR_TABLE_SET call.
authorDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:59:03 +0000 (14:59 +0000)
committerDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:59:03 +0000 (14:59 +0000)
src/character.c

index aa279183e77be6eb7350c43ff63ae4030608d9d4..07a50ce797c79d26ac0429e62f103b00a8e2b04b 100644 (file)
@@ -896,8 +896,8 @@ An ID of a translation table is an index of this vector.  */);
 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: /*