]> code.delx.au - gnu-emacs/commitdiff
(struct coding_system): New member composed_chars.
authorKenichi Handa <handa@m17n.org>
Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)
src/coding.h

index 46997e9f816ed401a0f834dbd757d7cfed9f71bf..438456ed40017bfbf613f521131a2a1f9ce9a16e 100644 (file)
@@ -334,6 +334,9 @@ struct coding_system
      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
     {