Mercurial > emacs
diff src/dispextern.h @ 36702:e6d6ef7e0aef
(string_buffer_position): Add prototype.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 09 Mar 2001 18:41:17 +0000 |
| parents | ba2a7a0cfb84 |
| children | d219e9d346c4 |
line wrap: on
line diff
--- a/src/dispextern.h Fri Mar 09 16:24:53 2001 +0000 +++ b/src/dispextern.h Fri Mar 09 18:41:17 2001 +0000 @@ -2145,6 +2145,7 @@ /* Defined in xdisp.c */ +int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); void resize_echo_area_axactly P_ ((void));
