# HG changeset patch # User Dave Love # Date 978629863 0 # Node ID 3efcaab7433e4f6a05b711c80bbfc6f6bdcc96b6 # Parent e3e1ff3616fa37d96458e050dc02a72935eaa3c5 (move_it_vertically_backward): Declare. diff -r e3e1ff3616fa -r 3efcaab7433e src/dispextern.h --- a/src/dispextern.h Thu Jan 04 17:35:26 2001 +0000 +++ b/src/dispextern.h Thu Jan 04 17:37:43 2001 +0000 @@ -2158,6 +2158,7 @@ void start_display P_ ((struct it *, struct window *, struct text_pos)); void move_it_to P_ ((struct it *, int, int, int, int, int)); void move_it_vertically P_ ((struct it *, int)); +void move_it_vertically_backward 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 *));