diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
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)); | |||
| 2158 | void start_display P_ ((struct it *, struct window *, struct text_pos)); | 2158 | void start_display P_ ((struct it *, struct window *, struct text_pos)); |
| 2159 | void move_it_to P_ ((struct it *, int, int, int, int, int)); | 2159 | void move_it_to P_ ((struct it *, int, int, int, int, int)); |
| 2160 | void move_it_vertically P_ ((struct it *, int)); | 2160 | void move_it_vertically P_ ((struct it *, int)); |
| 2161 | void move_it_vertically_backward P_ ((struct it *, int)); | ||
| 2161 | void move_it_by_lines P_ ((struct it *, int, int)); | 2162 | void move_it_by_lines P_ ((struct it *, int, int)); |
| 2162 | void move_it_past_eol P_ ((struct it *)); | 2163 | void move_it_past_eol P_ ((struct it *)); |
| 2163 | int frame_mode_line_height P_ ((struct frame *)); | 2164 | int frame_mode_line_height P_ ((struct frame *)); |