# HG changeset patch # User Gerd Moellmann # Date 978529695 0 # Node ID 84d10a56a40bcadebd82b9cc2df48a3cedc581ac # Parent e66bc9cd4f543bf752bb7077da781bd721da4af5 (move_it_past_eol): Add prototype. diff -r e66bc9cd4f54 -r 84d10a56a40b src/dispextern.h --- a/src/dispextern.h Wed Jan 03 12:53:05 2001 +0000 +++ b/src/dispextern.h Wed Jan 03 13:48:15 2001 +0000 @@ -2159,6 +2159,7 @@ void move_it_to P_ ((struct it *, int, int, int, int, int)); void move_it_vertically P_ ((struct it *, int)); void move_it_by_lines P_ ((struct it *, int, int)); +void move_it_past_eol P_ ((struct it *)); int frame_mode_line_height P_ ((struct frame *)); void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));