aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 2c70de31436..e77a272ef4b 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2593,7 +2593,7 @@ int line_bottom_y P_ ((struct it *));
2593int display_prop_intangible_p P_ ((Lisp_Object)); 2593int display_prop_intangible_p P_ ((Lisp_Object));
2594void resize_echo_area_exactly P_ ((void)); 2594void resize_echo_area_exactly P_ ((void));
2595int resize_mini_window P_ ((struct window *, int)); 2595int resize_mini_window P_ ((struct window *, int));
2596int try_window P_ ((Lisp_Object, struct text_pos)); 2596int try_window P_ ((Lisp_Object, struct text_pos, int));
2597void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2597void window_box P_ ((struct window *, int, int *, int *, int *, int *));
2598int window_box_height P_ ((struct window *)); 2598int window_box_height P_ ((struct window *));
2599int window_text_bottom_y P_ ((struct window *)); 2599int window_text_bottom_y P_ ((struct window *));