aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2010-09-23 14:37:54 -0400
committerEli Zaretskii2010-09-23 14:37:54 -0400
commitcaefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17 (patch)
tree4f643df72cfe925148a1a7cbf4300f6fab01ec93 /src
parentc098fdb898c6837312c153b8bcca454500baa95b (diff)
downloademacs-caefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17.tar.gz
emacs-caefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17.zip
Fix src/ChangeLog of the last commit.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 28fcb9eab67..0fa5f67bbe7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,7 +21,8 @@
21 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer 21 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
22 and string positions and length. 22 and string positions and length.
23 23
24 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit, find_before_next_newline) 24 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
25 (find_before_next_newline): Adjust prototypes.
25 26
26 * editfns.c (transpose_markers, update_buffer_properties) 27 * editfns.c (transpose_markers, update_buffer_properties)
27 (buildmark, clip_to_bounds, Fgoto_char, overlays_around) 28 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)