Mercurial > emacs
diff src/coding.h @ 23324:4c5f12c6041c
(struct coding_system): New member composed_chars.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Sat, 26 Sep 1998 04:20:48 +0000 |
| parents | bad51ca51df3 |
| children | d324ba7d0e40 |
line wrap: on
line diff
--- 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 {
