diff options
| author | Kenichi Handa | 2000-07-27 05:46:12 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-27 05:46:12 +0000 |
| commit | abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21 (patch) | |
| tree | ca97a29dcdb2529fa3a2fd562982c2f9784d71aa /src/coding.h | |
| parent | 339cebdcbe970ce30d6bb2d29b63c15bc8de40df (diff) | |
| download | emacs-abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21.tar.gz emacs-abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21.zip | |
(struct coding_system): Member safe_charset deleted.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 | |||
| 361 | CODING_MODE_XXX. */ | 361 | CODING_MODE_XXX. */ |
| 362 | unsigned int mode; | 362 | unsigned int mode; |
| 363 | 363 | ||
| 364 | /* Table of safe character sets for this coding system. If the Nth | ||
| 365 | element is 0, the charset of ID N is not a safe character set. | ||
| 366 | Such a character set is not encoded when CODING_ISO_FLAG_SAFE is | ||
| 367 | set. */ | ||
| 368 | unsigned char safe_charsets[MAX_CHARSET + 1]; | ||
| 369 | |||
| 370 | /* The current status of composition handling. */ | 364 | /* The current status of composition handling. */ |
| 371 | int composing; | 365 | int composing; |
| 372 | 366 | ||