/[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.6 by handa, Wed Jun 12 00:13:15 2002 UTC revision 1.1.2.7 by fx, Tue Jul 16 14:59:03 2002 UTC
# Line 896  An ID of a translation table is an index Line 896  An ID of a translation table is an index
896  A char-table for characters which invoke auto-filling.  A char-table for characters which invoke auto-filling.
897  Such characters have value t in this table.  */);  Such characters have value t in this table.  */);
898    Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil);    Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil);
899    CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt);    CHAR_TABLE_SET (Vauto_fill_chars, ' ', Qt);
900    CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt);    CHAR_TABLE_SET (Vauto_fill_chars, '\n', Qt);
901    
902    DEFVAR_LISP ("char-width-table", &Vchar_width_table,    DEFVAR_LISP ("char-width-table", &Vchar_width_table,
903                 doc: /*                 doc: /*

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

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