aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
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
622010-09-24 Eli Zaretskii <eliz@gnu.org> 622010-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