]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_character): Set the default value of
authorKenichi Handa <handa@m17n.org>
Mon, 3 Jun 2002 23:16:54 +0000 (23:16 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 3 Jun 2002 23:16:54 +0000 (23:16 +0000)
Vprintable_chars to Qnil.

src/character.c

index d189ebac191a2aa44ebae0b7f889f23ce6b915b1..271a350db063f8800802dff1e37bc5f0f381d3ba 100644 (file)
@@ -910,7 +910,7 @@ A char-table for width (columns) of each character.  */);
 
   DEFVAR_LISP ("printable-chars", &Vprintable_chars,
               doc: /* A char-table for each printable character.  */);
-  Vprintable_chars = Fmake_char_table (Qnil, Qt);
+  Vprintable_chars = Fmake_char_table (Qnil, Qnil);
 }
 
 #endif /* emacs */