diff options
| author | Dan Nicolaescu | 2008-12-03 02:40:26 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-03 02:40:26 +0000 |
| commit | 63c125ab03c1f3c6c33d810ea6d395b17962fef1 (patch) | |
| tree | 277017224e28d94e25c32d32ef51b2dcfec51866 /src/ChangeLog | |
| parent | 5ccafc2c2ded2d3702c9a41539c7528745291893 (diff) | |
| download | emacs-63c125ab03c1f3c6c33d810ea6d395b17962fef1.tar.gz emacs-63c125ab03c1f3c6c33d810ea6d395b17962fef1.zip | |
* keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
* character.c (c_string_width): Specify the type for LEN.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a932a97db73..01518fff288 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * keyboard.c (read_char_help_form_unwind): Specify the type for ARG. | ||
| 4 | |||
| 5 | * character.c (c_string_width): Specify the type for LEN. | ||
| 6 | |||
| 1 | 2008-12-03 Kenichi Handa <handa@m17n.org> | 7 | 2008-12-03 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * coding.c (decode_coding_utf_16): Initialize consumed_chars_base | 9 | * coding.c (decode_coding_utf_16): Initialize consumed_chars_base |