diff options
| author | Eli Zaretskii | 2010-09-23 14:37:54 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-23 14:37:54 -0400 |
| commit | caefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17 (patch) | |
| tree | 4f643df72cfe925148a1a7cbf4300f6fab01ec93 /src | |
| parent | c098fdb898c6837312c153b8bcca454500baa95b (diff) | |
| download | emacs-caefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17.tar.gz emacs-caefdbe7dd8aa2c6b1dc5ccb3085202b5f6e9d17.zip | |
Fix src/ChangeLog of the last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
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) |