From: Kenichi Handa Date: Sat, 26 Sep 1998 04:20:48 +0000 (+0000) Subject: (struct coding_system): New member composed_chars. X-Git-Tag: emacs-20.4~1625 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=450c60a5597beb1aea1a549f53baece4e7d26983;p=emacs.git (struct coding_system): New member composed_chars. --- diff --git a/src/coding.h b/src/coding.h index 46997e9f816..438456ed400 100644 --- a/src/coding.h +++ b/src/coding.h @@ -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 {