# HG changeset patch # User Juanma Barranquero # Date 1285351466 -7200 # Node ID eb608280bd3bd925624bc9d7e8971cc8cc9e556d # Parent 66f6be9b4d43b083cdca7e20ced1a502132ab18d src/ChangeLog: Fix typo and remove duplicate info. diff -r 66f6be9b4d43 -r eb608280bd3b src/ChangeLog --- a/src/ChangeLog Fri Sep 24 13:48:10 2010 -0400 +++ b/src/ChangeLog Fri Sep 24 20:04:26 2010 +0200 @@ -53,7 +53,7 @@ * eval.c (verror): Fix EMACS_INT/int conversion. - * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string) + * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string) (print_preprocess, print_check_string_charset_prop) (print_object): Fix EMACS_INT/int conversion. @@ -61,14 +61,6 @@ 2010-09-24 Eli Zaretskii - * syntax.c (scan_words, update_syntax_table) - (prev_char_comend_first, back_comment, skip_chars): - - * syntax.h (scan_words): Adjust prototype. - - * casefiddle.c (operate_on_word): Use EMACS_INT for buffer - positions. - * callproc.c (Fcall_process): Use EMACS_INT for count of characters read from the subprocess.