changeset 88716:f617b1bf301b

(syms_of_character): Set the default value of Vprintable_chars to Qnil.
author Kenichi Handa <handa@m17n.org>
date Mon, 03 Jun 2002 23:16:54 +0000
parents 33692fb23ab8
children 18aa163f6a74
files src/character.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Mon Jun 03 23:16:23 2002 +0000
+++ b/src/character.c	Mon Jun 03 23:16:54 2002 +0000
@@ -910,7 +910,7 @@
 
   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 */