aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index af262a05633..2c2463fc2de 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2912,7 +2912,7 @@ void redisplay_preserve_echo_area P_ ((int));
2912int set_cursor_from_row P_ ((struct window *, struct glyph_row *, 2912int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
2913 struct glyph_matrix *, int, int, int, int)); 2913 struct glyph_matrix *, int, int, int, int));
2914void init_iterator P_ ((struct it *, struct window *, EMACS_INT, 2914void init_iterator P_ ((struct it *, struct window *, EMACS_INT,
2915 EMACS_INIT, struct glyph_row *, enum face_id)); 2915 EMACS_INT, struct glyph_row *, enum face_id));
2916void init_iterator_to_row_start P_ ((struct it *, struct window *, 2916void init_iterator_to_row_start P_ ((struct it *, struct window *,
2917 struct glyph_row *)); 2917 struct glyph_row *));
2918int get_next_display_element P_ ((struct it *)); 2918int get_next_display_element P_ ((struct it *));