# HG changeset patch # User Kenichi Handa # Date 906783648 0 # Node ID 4c5f12c6041c8562908a41cbb3c1917f2a7248de # Parent 0800a4f8475751c02c6ca3340755ffb8151fc87d (struct coding_system): New member composed_chars. diff -r 0800a4f84757 -r 4c5f12c6041c src/coding.h --- a/src/coding.h Fri Sep 25 21:40:23 1998 +0000 +++ b/src/coding.h Sat Sep 26 04:20:48 1998 +0000 @@ -334,6 +334,9 @@ meaing of each non-zero value. */ int composing; + /* Number of composed characters in the current composing sequence. */ + int composed_chars; + /* Detailed information specific to each type of coding system. */ union spec {