aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-05-30 11:11:09 +0000
committerKenichi Handa2002-05-30 11:11:09 +0000
commit2ec49574a7fa86b8e4a2fb98d076acd1ca981a56 (patch)
tree01d236ee810a3a602b748af4697769463f40a9d7 /src
parent050c6022b891790390a74e5177313b1136ec3c84 (diff)
downloademacs-2ec49574a7fa86b8e4a2fb98d076acd1ca981a56.tar.gz
emacs-2ec49574a7fa86b8e4a2fb98d076acd1ca981a56.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/coding.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f692dea373..509c2f48e3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12002-05-30 Kenichi Handa <handa@etl.go.jp> 12002-05-30 Kenichi Handa <handa@etl.go.jp>
2 2
3 * Makefile.in (lisp): Change chienese.elc to chinese.el. They are
4 not bytecompiled now.
5 (shortlisp): Likewise.
6
3 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978, 7 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978,
4 charset_jisx0208): New variables. 8 charset_jisx0208): New variables.
5 (Fdefine_charset_internal): Setup them if appropriate. 9 (Fdefine_charset_internal): Setup them if appropriate.
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
250 `coding_system'. */ 250 `coding_system'. */
251struct iso_2022_spec 251struct iso_2022_spec
252{ 252{
253 /* */ 253 /* Bit-wise-or of CODING_ISO_FLAG_XXX. */
254 unsigned flags; 254 unsigned flags;
255 255
256 /* The current graphic register invoked to each graphic plane. */ 256 /* The current graphic register invoked to each graphic plane. */