/[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.9 by handa, Fri Jul 26 06:19:03 2002 UTC revision 1.1.2.10 by fx, Tue Jul 30 11:32:52 2002 UTC
# Line 895  syms_of_character () Line 895  syms_of_character ()
895    
896    DEFVAR_LISP ("translation-table-vector",  &Vtranslation_table_vector,    DEFVAR_LISP ("translation-table-vector",  &Vtranslation_table_vector,
897                 doc: /*                 doc: /*
898  Vector of cons cell of a symbol and translation table ever defined.  Vector recording all translation tables ever defined.
899  An ID of a translation table is an index of this vector.  */);  Each element is a pair (SYMBOL . TABLE) relating the table to the
900    symbol naming it.  The ID of a translation table is an index into this vector.  */);
901    Vtranslation_table_vector = Fmake_vector (make_number (16), Qnil);    Vtranslation_table_vector = Fmake_vector (make_number (16), Qnil);
902    
903    DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars,    DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars,

Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

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