aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 36533a3f4c5..f601fee7df2 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2825,7 +2825,7 @@ void init_iterator P_ ((struct it *, struct window *, int,
2825void init_iterator_to_row_start P_ ((struct it *, struct window *, 2825void init_iterator_to_row_start P_ ((struct it *, struct window *,
2826 struct glyph_row *)); 2826 struct glyph_row *));
2827int get_next_display_element P_ ((struct it *)); 2827int get_next_display_element P_ ((struct it *));
2828void set_iterator_to_next P_ ((struct it *, int, int)); 2828void set_iterator_to_next P_ ((struct it *, int));
2829void start_display P_ ((struct it *, struct window *, struct text_pos)); 2829void start_display P_ ((struct it *, struct window *, struct text_pos));
2830void move_it_to P_ ((struct it *, int, int, int, int, int)); 2830void move_it_to P_ ((struct it *, int, int, int, int, int));
2831void move_it_vertically P_ ((struct it *, int)); 2831void move_it_vertically P_ ((struct it *, int));