Changeset 3656
- Timestamp:
- 03/26/05 02:33:29 (4 years ago)
- Files:
-
- branches/2.1/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/src/coding.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/src/ChangeLog.Meadow
r3648 r3656 1 2005-03-26 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * coding.c (syms_of_coding): Undo the last change. 4 1 5 2005-03-22 KOSEKI Yoshinori <kose@meadowy.org> 2 6 branches/2.1/src/coding.c
r3634 r3656 7202 7202 Qchar_table_extra_slots = intern ("char-table-extra-slots"); 7203 7203 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)); 7205 7205 7206 7206 Qvalid_codes = intern ("valid-codes");
