/[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.5 by handa, Mon Jun 3 23:16:54 2002 UTC revision 1.1.2.6 by handa, Wed Jun 12 00:13:15 2002 UTC
# Line 903  Such characters have value t in this tab Line 903  Such characters have value t in this tab
903                 doc: /*                 doc: /*
904  A char-table for width (columns) of each character.  */);  A char-table for width (columns) of each character.  */);
905    Vchar_width_table = Fmake_char_table (Qnil, make_number (1));    Vchar_width_table = Fmake_char_table (Qnil, make_number (1));
906      char_table_set_range (Vchar_width_table, 0x80, 0x9F, make_number (4));
907      char_table_set_range (Vchar_width_table, MAX_5_BYTE_CHAR + 1, MAX_CHAR,
908                            make_number (4));
909    
910    DEFVAR_LISP ("char-direction-table", &Vchar_direction_table,    DEFVAR_LISP ("char-direction-table", &Vchar_direction_table,
911                 doc: /* A char-table for direction of each character.  */);                 doc: /* A char-table for direction of each character.  */);

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

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