# HG changeset patch # User Kenichi Handa # Date 964676772 0 # Node ID 56dec1b451fe11e3d7e7b80f65fef6bf6e63acc6 # Parent 5551289a9329fcaf1f77a6451dd67e62fa48db90 (struct coding_system): Member safe_charset deleted. diff -r 5551289a9329 -r 56dec1b451fe src/coding.h --- 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;