aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index a501d6c1d4e..7485e6f5388 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2158,6 +2158,7 @@ void produce_special_glyphs P_ ((struct it *, enum display_element_type));
2158void start_display P_ ((struct it *, struct window *, struct text_pos)); 2158void start_display P_ ((struct it *, struct window *, struct text_pos));
2159void move_it_to P_ ((struct it *, int, int, int, int, int)); 2159void move_it_to P_ ((struct it *, int, int, int, int, int));
2160void move_it_vertically P_ ((struct it *, int)); 2160void move_it_vertically P_ ((struct it *, int));
2161void move_it_vertically_backward P_ ((struct it *, int));
2161void move_it_by_lines P_ ((struct it *, int, int)); 2162void move_it_by_lines P_ ((struct it *, int, int));
2162void move_it_past_eol P_ ((struct it *)); 2163void move_it_past_eol P_ ((struct it *));
2163int frame_mode_line_height P_ ((struct frame *)); 2164int frame_mode_line_height P_ ((struct frame *));