diff options
| author | Kenichi Handa | 2008-12-03 02:27:26 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-12-03 02:27:26 +0000 |
| commit | 4533845dc4df54eb9b817b17758f437c801f4d48 (patch) | |
| tree | 17734a5a05ca20eef9eed424fcb1ba492a24273a /src/ChangeLog | |
| parent | 453b38f050e3e87b14218df175bdd1d71740fc41 (diff) | |
| download | emacs-4533845dc4df54eb9b817b17758f437c801f4d48.tar.gz emacs-4533845dc4df54eb9b817b17758f437c801f4d48.zip | |
(detect_coding_system): Initialize utf_16_le_eol to -1, val to
Qnil.
(produce_chars): Initialize consumed_chars to 0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18bae46b1b6..a932a97db73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * coding.c (decode_coding_utf_16): Initialize consumed_chars_base | 3 | * coding.c (decode_coding_utf_16): Initialize consumed_chars_base |
| 4 | to 0. | 4 | to 0. |
| 5 | (decode_coding_utf_8): Likewise. | 5 | (decode_coding_utf_8): Likewise. |
| 6 | (detect_coding_system): Initialize utf_16_le_eol to -1, val to | ||
| 7 | Qnil. | ||
| 8 | (produce_chars): Initialize consumed_chars to 0. | ||
| 6 | 9 | ||
| 7 | 2008-12-02 Chong Yidong <cyd@stupidchicken.com> | 10 | 2008-12-02 Chong Yidong <cyd@stupidchicken.com> |
| 8 | 11 | ||