From: Kenichi Handa Date: Wed, 2 Jul 1997 12:53:53 +0000 (+0000) Subject: (struct coding_system): New members X-Git-Tag: emacs-20.1~1411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8cafdc133e5fa9d6098f6b66005d625fd0fa883;p=emacs.git (struct coding_system): New members character_unification_table_for_decode and character_unification_table_for_encode. --- diff --git a/src/coding.h b/src/coding.h index b40a780d39a..00371e1fe63 100644 --- a/src/coding.h +++ b/src/coding.h @@ -295,8 +295,9 @@ struct coding_system additional conversion. */ Lisp_Object pre_write_conversion; - /* Character unification table to look up, or nil. */ - Lisp_Object character_unification_table; + /* Character unification tables to look up, or nil. */ + Lisp_Object character_unification_table_for_decode; + Lisp_Object character_unification_table_for_encode; /* Carryover yielded by decoding/encoding incomplete source. No coding-system yields more than 7-byte of carryover. This does