diff options
| author | Juanma Barranquero | 2010-03-24 01:18:03 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-03-24 01:18:03 +0100 |
| commit | 9a5d0c68442331eba7069f46476232f3928dfda3 (patch) | |
| tree | 877f68d2c7efd0761eab0de1392d2ef73efe233b /src | |
| parent | c6f3804c031103c63f48a0aed3257e217df66e9c (diff) | |
| download | emacs-9a5d0c68442331eba7069f46476232f3928dfda3.tar.gz emacs-9a5d0c68442331eba7069f46476232f3928dfda3.zip | |
Fix typos in Changelog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 30ac527215f..6cc3d0f9e3e 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -7154,9 +7154,9 @@ | |||
| 7154 | (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char | 7154 | (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char |
| 7155 | fixed. | 7155 | fixed. |
| 7156 | (DECODE_SJIS_BIG5_CHARACTER): New macro. | 7156 | (DECODE_SJIS_BIG5_CHARACTER): New macro. |
| 7157 | (decode_coding_sjis_big5): Handle character unificatoin table. | 7157 | (decode_coding_sjis_big5): Handle character unification table. |
| 7158 | Use macro DECODE_SJIS_BIG5_CHARACTER. | 7158 | Use macro DECODE_SJIS_BIG5_CHARACTER. |
| 7159 | (encode_coding_sjis_big5): Handle character unificatoin table. | 7159 | (encode_coding_sjis_big5): Handle character unification table. |
| 7160 | Use macro ENCODE_SJIS_BIG5_CHARACTER. | 7160 | Use macro ENCODE_SJIS_BIG5_CHARACTER. |
| 7161 | (setup_coding_system): Handle members | 7161 | (setup_coding_system): Handle members |
| 7162 | character_unification_table_for_decode and | 7162 | character_unification_table_for_decode and |