aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-04 17:37:43 +0000
committerDave Love2001-01-04 17:37:43 +0000
commitd1d1aa9c41b2540fa07dda1d19dffadfa345dde5 (patch)
tree65c64dc3934ef135d42ecceac4ce014b73af2b8a
parentcfb43547a468c4b78c683c00a3c1d7cedd4ec2a2 (diff)
downloademacs-d1d1aa9c41b2540fa07dda1d19dffadfa345dde5.tar.gz
emacs-d1d1aa9c41b2540fa07dda1d19dffadfa345dde5.zip
(move_it_vertically_backward): Declare.
-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 *));