Name change through the code:
authorKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:29 +0000 (00:43 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:29 +0000 (00:43 +0000)
commit0ef691383d599b2b1cc2e4905cb21aa32ed771e4
tree7becacf93653ac42252611074fc9ce90481b6d16
parentbd4c6dd02f88a13a645eac527c1b92c9fb5b1bdb
Name change through the code:
coding-category-internal => coding-category-emacs-mule,
XXX_coding_internal => XXX_coding_emacs_mule,
coding_type_internal => coding_type_emacs_mule,
coding_type_automatic => coding_type_undecided,
CODING_CATEGORY_MASK_INTERNAL => CODING_CATEGORY_MASK_EMACS_MULE,
CODING_CATEGORY_IDX_INTERNAL => CODING_CATEGORY_IDX_EMACS_MULE,
CODING_EOL_AUTOMATIC => CODING_EOL_UNDECIDED.
src/coding.c
src/coding.h
src/fileio.c