Changeset 3656

Show
Ignore:
Timestamp:
03/26/05 02:33:29 (4 years ago)
Author:
miyoshi
Message:

(syms_of_coding): Undo the last change.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/src/ChangeLog.Meadow

    r3648 r3656  
     12005-03-26  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * coding.c (syms_of_coding): Undo the last change. 
     4 
    152005-03-22  KOSEKI Yoshinori  <kose@meadowy.org> 
    26 
  • branches/2.1/src/coding.c

    r3634 r3656  
    72027202  Qchar_table_extra_slots = intern ("char-table-extra-slots"); 
    72037203  Fput (Qsafe_chars, Qchar_table_extra_slots, make_number (0)); 
    7204   Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (2)); 
     7204  Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (1)); 
    72057205 
    72067206  Qvalid_codes = intern ("valid-codes");