Mercurial > emacs
changeset 36200:ede1d6e9b322
(line_bottom_y): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 19 Feb 2001 16:42:21 +0000 |
parents | 74291ae46a62 |
children | 32505f3d0441 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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));