Mercurial > emacs
changeset 36702:e6d6ef7e0aef
(string_buffer_position): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 09 Mar 2001 18:41:17 +0000 |
parents | 5f1861d1affa |
children | b6a8d0c457f7 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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));