aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-24 09:10:57 +0000
committerGerd Moellmann2001-10-24 09:10:57 +0000
commit229151baacb947e95fefae19451b2574b256e569 (patch)
treedec230f06df5470a92ddd22d58afa9022cc57374 /src
parent76cb5e0695429155f95f43d63846005c32ccb58f (diff)
downloademacs-229151baacb947e95fefae19451b2574b256e569.tar.gz
emacs-229151baacb947e95fefae19451b2574b256e569.zip
(row_containing_pos): Adjust prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 04fa780b122..f737b54109e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2158,7 +2158,7 @@ extern int tool_bar_button_relief;
2158 2158
2159struct glyph_row *row_containing_pos P_ ((struct window *, int, 2159struct glyph_row *row_containing_pos P_ ((struct window *, int,
2160 struct glyph_row *, 2160 struct glyph_row *,
2161 struct glyph_row *)); 2161 struct glyph_row *, int));
2162int string_buffer_position P_ ((struct window *, Lisp_Object, int)); 2162int string_buffer_position P_ ((struct window *, Lisp_Object, int));
2163int line_bottom_y P_ ((struct it *)); 2163int line_bottom_y P_ ((struct it *));
2164int display_prop_intangible_p P_ ((Lisp_Object)); 2164int display_prop_intangible_p P_ ((Lisp_Object));