From ecc3c6edd7422fa14b525461d0b5c288690b9b89 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 21 May 2013 09:27:33 +0400 Subject: [PATCH] * xdisp.c (reseat_at_previous_visible_line_start): Already declared in dispextern.h, so remove it here. (move_it_vertically_backward): Likewise. --- src/ChangeLog | 6 ++++++ src/xdisp.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 88a9405786b..f9925abb9ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2013-05-21 Dmitry Antipov + + * xdisp.c (reseat_at_previous_visible_line_start): + Already declared in dispextern.h, so remove it here. + (move_it_vertically_backward): Likewise. + 2013-05-20 YAMAMOTO Mitsuharu * xfns.c (check_x_display_info): Don't use XINT for terminal object. diff --git a/src/xdisp.c b/src/xdisp.c index 3f7e8610a09..5e92f3643c0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -881,7 +881,6 @@ static void next_overlay_string (struct it *); static void reseat (struct it *, struct text_pos, int); static void reseat_1 (struct it *, struct text_pos, int); static void back_to_previous_visible_line_start (struct it *); -void reseat_at_previous_visible_line_start (struct it *); static void reseat_at_next_visible_line_start (struct it *, int); static int next_element_from_ellipsis (struct it *); static int next_element_from_display_vector (struct it *); @@ -900,7 +899,6 @@ static int get_next_display_element (struct it *); static enum move_it_result move_it_in_display_line_to (struct it *, ptrdiff_t, int, enum move_operation_enum); -void move_it_vertically_backward (struct it *, int); static void get_visually_first_element (struct it *); static void init_to_row_start (struct it *, struct window *, struct glyph_row *); -- 2.39.2