Mercurial > emacs
diff src/coding.h @ 30486:56dec1b451fe
(struct coding_system): Member safe_charset deleted.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 27 Jul 2000 05:46:12 +0000 |
| parents | acaa36b47f50 |
| children | b37713f3c4a9 |
line wrap: on
line diff
--- a/src/coding.h Thu Jul 27 05:37:42 2000 +0000 +++ b/src/coding.h Thu Jul 27 05:46:12 2000 +0000 @@ -361,12 +361,6 @@ CODING_MODE_XXX. */ unsigned int mode; - /* Table of safe character sets for this coding system. If the Nth - element is 0, the charset of ID N is not a safe character set. - Such a character set is not encoded when CODING_ISO_FLAG_SAFE is - set. */ - unsigned char safe_charsets[MAX_CHARSET + 1]; - /* The current status of composition handling. */ int composing;
