/[emacs]/emacs/src/character.c
ViewVC logotype

Diff of /emacs/src/character.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by fx, Sat May 25 23:13:09 2002 UTC revision 1.1.2.5 by handa, Mon Jun 3 23:16:54 2002 UTC
# Line 910  A char-table for width (columns) of each Line 910  A char-table for width (columns) of each
910    
911    DEFVAR_LISP ("printable-chars", &Vprintable_chars,    DEFVAR_LISP ("printable-chars", &Vprintable_chars,
912                 doc: /* A char-table for each printable character.  */);                 doc: /* A char-table for each printable character.  */);
913    Vprintable_chars = Fmake_char_table (Qnil, Qt);    Vprintable_chars = Fmake_char_table (Qnil, Qnil);
914  }  }
915    
916  #endif /* emacs */  #endif /* emacs */

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26