From: Kenichi Handa Date: Thu, 27 Jul 2000 05:46:12 +0000 (+0000) Subject: (struct coding_system): Member safe_charset deleted. X-Git-Tag: emacs-pretest-21.0.90~2585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21;p=emacs.git (struct coding_system): Member safe_charset deleted. --- diff --git a/src/coding.h b/src/coding.h index 7dd39ee25dd..4692e1ddc71 100644 --- a/src/coding.h +++ b/src/coding.h @@ -361,12 +361,6 @@ struct coding_system 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;