Mercurial > emacs
changeset 22118:42e2ffa98618
Change terms unify/unification to
translate/translation respectively throughtout the file.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 May 1998 00:59:38 +0000 |
parents | c6b783988569 |
children | 592bb8b9bcfd |
files | src/coding.h |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Mon May 18 00:59:38 1998 +0000 +++ b/src/coding.h Mon May 18 00:59:38 1998 +0000 @@ -374,9 +374,9 @@ additional conversion, or nil. */ Lisp_Object pre_write_conversion; - /* Character unification tables to look up, or nil. */ - Lisp_Object character_unification_table_for_decode; - Lisp_Object character_unification_table_for_encode; + /* Character translation tables to look up, or nil. */ + Lisp_Object character_translation_table_for_decode; + Lisp_Object character_translation_table_for_encode; }; #define CODING_REQUIRE_FLUSHING_MASK 1 @@ -530,6 +530,9 @@ extern Lisp_Object Qbuffer_file_coding_system; extern Lisp_Object Vcoding_category_list; +extern Lisp_Object Qcharacter_translation_table; +extern Lisp_Object Qcharacter_translation_table_id; + /* Mnemonic character to indicate each type of end-of-line. */ extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; /* Mnemonic character to indicate type of end-of-line is not yet decided. */