diff options
author | Kenichi Handa <handa@m17n.org> | 2002-05-30 11:11:09 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2002-05-30 11:11:09 +0000 |
commit | 2ec49574a7fa86b8e4a2fb98d076acd1ca981a56 (patch) | |
tree | 01d236ee810a3a602b748af4697769463f40a9d7 /src/coding.h | |
parent | 050c6022b891790390a74e5177313b1136ec3c84 (diff) | |
download | emacs-2ec49574a7fa86b8e4a2fb98d076acd1ca981a56.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/coding.h')
-rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 1b14ff445f3..25b38caa37f 100644 --- a/src/coding.h +++ b/src/coding.h @@ -250,7 +250,7 @@ enum coding_result_code `coding_system'. */ struct iso_2022_spec { - /* */ + /* Bit-wise-or of CODING_ISO_FLAG_XXX. */ unsigned flags; /* The current graphic register invoked to each graphic plane. */ |