diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
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, | |||
| 2825 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2825 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |
| 2826 | struct glyph_row *)); | 2826 | struct glyph_row *)); |
| 2827 | int get_next_display_element P_ ((struct it *)); | 2827 | int get_next_display_element P_ ((struct it *)); |
| 2828 | void set_iterator_to_next P_ ((struct it *, int, int)); | 2828 | void set_iterator_to_next P_ ((struct it *, int)); |
| 2829 | void start_display P_ ((struct it *, struct window *, struct text_pos)); | 2829 | void start_display P_ ((struct it *, struct window *, struct text_pos)); |
| 2830 | void move_it_to P_ ((struct it *, int, int, int, int, int)); | 2830 | void move_it_to P_ ((struct it *, int, int, int, int, int)); |
| 2831 | void move_it_vertically P_ ((struct it *, int)); | 2831 | void move_it_vertically P_ ((struct it *, int)); |