Mercurial > emacs
changeset 40243:5a65c1e29273
(row_containing_pos): Adjust prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Oct 2001 09:10:57 +0000 |
parents | 5b5f690e9b9c |
children | 164df80e94ba |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Oct 24 08:17:14 2001 +0000 +++ b/src/dispextern.h Wed Oct 24 09:10:57 2001 +0000 @@ -2158,7 +2158,7 @@ struct glyph_row *row_containing_pos P_ ((struct window *, int, struct glyph_row *, - struct glyph_row *)); + struct glyph_row *, int)); 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));