comparison src/dispextern.h @ 38630:30acd3a34723

(resize_echo_area_exactly): Fix typo in function name.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Aug 2001 11:54:57 +0000
parents f909f7fe9a65
children db6c2951e6a7
comparison
equal deleted inserted replaced
38629:61636b8db232 38630:30acd3a34723
2154 /* Defined in xdisp.c */ 2154 /* Defined in xdisp.c */
2155 2155
2156 int string_buffer_position P_ ((struct window *, Lisp_Object, int)); 2156 int string_buffer_position P_ ((struct window *, Lisp_Object, int));
2157 int line_bottom_y P_ ((struct it *)); 2157 int line_bottom_y P_ ((struct it *));
2158 int display_prop_intangible_p P_ ((Lisp_Object)); 2158 int display_prop_intangible_p P_ ((Lisp_Object));
2159 void resize_echo_area_axactly P_ ((void)); 2159 void resize_echo_area_exactly P_ ((void));
2160 int resize_mini_window P_ ((struct window *, int)); 2160 int resize_mini_window P_ ((struct window *, int));
2161 int try_window P_ ((Lisp_Object, struct text_pos)); 2161 int try_window P_ ((Lisp_Object, struct text_pos));
2162 void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2162 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
2163 int window_box_height P_ ((struct window *)); 2163 int window_box_height P_ ((struct window *));
2164 int window_text_bottom_y P_ ((struct window *)); 2164 int window_text_bottom_y P_ ((struct window *));