# HG changeset patch # User Gerd Moellmann # Date 982600941 0 # Node ID ede1d6e9b3228e0912d868e52f1c68b439df2bbf # Parent 74291ae46a625f9eb6d57cdecc195cd36578641e (line_bottom_y): Add prototype. diff -r 74291ae46a62 -r ede1d6e9b322 src/dispextern.h --- a/src/dispextern.h Mon Feb 19 15:25:56 2001 +0000 +++ b/src/dispextern.h Mon Feb 19 16:42:21 2001 +0000 @@ -2145,6 +2145,7 @@ /* Defined in xdisp.c */ +int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); void resize_echo_area_axactly P_ ((void)); int resize_mini_window P_ ((struct window *, int));