# HG changeset patch # User Eli Zaretskii # Date 1285267074 14400 # Node ID 2a5932eef2bae3f1f3b2f6f9a556be364f8e6e21 # Parent 875202ac5b4535cd9334669d9d20687b539ae2c3 Fix src/ChangeLog of the last commit. diff -r 875202ac5b45 -r 2a5932eef2ba src/ChangeLog --- a/src/ChangeLog Thu Sep 23 14:35:11 2010 -0400 +++ b/src/ChangeLog Thu Sep 23 14:37:54 2010 -0400 @@ -21,7 +21,8 @@ (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer and string positions and length. - * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit, find_before_next_newline) + * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit) + (find_before_next_newline): Adjust prototypes. * editfns.c (transpose_markers, update_buffer_properties) (buildmark, clip_to_bounds, Fgoto_char, overlays_around)