aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-07-02 12:53:53 +0000
committerKenichi Handa <[email protected]>1997-07-02 12:53:53 +0000
commite8cafdc133e5fa9d6098f6b66005d625fd0fa883 (patch)
tree9973b12ccd94da046479506fbcf04e78eaaedd45 /src
parentb58fda2e9697324e53e281911ffac53005fed562 (diff)
(struct coding_system): New members
character_unification_table_for_decode and character_unification_table_for_encode.
Diffstat (limited to 'src')
-rw-r--r--src/coding.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h
index b40a780d39..00371e1fe6 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