diff options
| author | Juanma Barranquero | 2010-09-24 20:04:26 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-24 20:04:26 +0200 |
| commit | 07914cd0078f3d8dc720644fd899ce8e3f0b1913 (patch) | |
| tree | 8efbf2360600e9ca7da383cfd9c2be34600b877b /src | |
| parent | ace1712c7feb83cc6b03d31b7a8b0439b83b7212 (diff) | |
| download | emacs-07914cd0078f3d8dc720644fd899ce8e3f0b1913.tar.gz emacs-07914cd0078f3d8dc720644fd899ce8e3f0b1913.zip | |
src/ChangeLog: Fix typo and remove duplicate info.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49267dc405f..e34f41f3edb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | * eval.c (verror): Fix EMACS_INT/int conversion. | 54 | * eval.c (verror): Fix EMACS_INT/int conversion. |
| 55 | 55 | ||
| 56 | * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string) | 56 | * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string) |
| 57 | (print_preprocess, print_check_string_charset_prop) | 57 | (print_preprocess, print_check_string_charset_prop) |
| 58 | (print_object): Fix EMACS_INT/int conversion. | 58 | (print_object): Fix EMACS_INT/int conversion. |
| 59 | 59 | ||
| @@ -61,14 +61,6 @@ | |||
| 61 | 61 | ||
| 62 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> | 62 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> |
| 63 | 63 | ||
| 64 | * syntax.c (scan_words, update_syntax_table) | ||
| 65 | (prev_char_comend_first, back_comment, skip_chars): | ||
| 66 | |||
| 67 | * syntax.h (scan_words): Adjust prototype. | ||
| 68 | |||
| 69 | * casefiddle.c (operate_on_word): Use EMACS_INT for buffer | ||
| 70 | positions. | ||
| 71 | |||
| 72 | * callproc.c (Fcall_process): Use EMACS_INT for count of | 64 | * callproc.c (Fcall_process): Use EMACS_INT for count of |
| 73 | characters read from the subprocess. | 65 | characters read from the subprocess. |
| 74 | 66 | ||