diff options
| author | Richard M. Stallman | 2005-06-25 22:33:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 22:33:51 +0000 |
| commit | 92489bddbb19494bb39bf9f9a65e43254246d389 (patch) | |
| tree | 7e224fcd584d69094cfb36673c09f98272381cc0 /src | |
| parent | 6c763f3667a5008c23978e66e4251f29f818acb8 (diff) | |
| download | emacs-92489bddbb19494bb39bf9f9a65e43254246d389.tar.gz emacs-92489bddbb19494bb39bf9f9a65e43254246d389.zip | |
(try_window): Declare new arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
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 *)); | |||
| 2593 | int display_prop_intangible_p P_ ((Lisp_Object)); | 2593 | int display_prop_intangible_p P_ ((Lisp_Object)); |
| 2594 | void resize_echo_area_exactly P_ ((void)); | 2594 | void resize_echo_area_exactly P_ ((void)); |
| 2595 | int resize_mini_window P_ ((struct window *, int)); | 2595 | int resize_mini_window P_ ((struct window *, int)); |
| 2596 | int try_window P_ ((Lisp_Object, struct text_pos)); | 2596 | int try_window P_ ((Lisp_Object, struct text_pos, int)); |
| 2597 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); | 2597 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); |
| 2598 | int window_box_height P_ ((struct window *)); | 2598 | int window_box_height P_ ((struct window *)); |
| 2599 | int window_text_bottom_y P_ ((struct window *)); | 2599 | int window_text_bottom_y P_ ((struct window *)); |