Mercurial > emacs
changeset 30320:a1f02a10e391
(with_echo_area_buffer): Call FN with more arguments.
Add some more prototypes.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Jul 2000 15:46:20 +0000 |
parents | c84efa0acd91 |
children | 1f4d6c2c8a7a |
files | src/xdisp.c |
diffstat | 1 files changed, 15 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Wed Jul 19 14:09:42 2000 +0000 +++ b/src/xdisp.c Wed Jul 19 15:46:20 2000 +0000 @@ -201,7 +201,7 @@ #define INFINITY 10000000 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) -extern void set_frame_menubar (); +extern void set_frame_menubar P_ ((struct frame *f, int, int)); extern int pending_menu_activation; #endif @@ -609,6 +609,19 @@ /* Function prototypes. */ +static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int)); +static int invisible_text_between_p P_ ((struct it *, int, int)); +static int next_element_from_ellipsis P_ ((struct it *)); +static void pint2str P_ ((char *, int, int)); +static struct text_pos run_window_scroll_functions P_ ((Lisp_Object, + struct text_pos)); +static void reconsider_clip_changes P_ ((struct window *, struct buffer *)); +static int text_outside_line_unchanged_p P_ ((struct window *, int, int)); +static void store_frame_title_char P_ ((char)); +static int store_frame_title P_ ((unsigned char *, int, int)); +static void x_consider_frame_title P_ ((Lisp_Object)); +static void handle_stop P_ ((struct it *)); +static int tool_bar_lines_needed P_ ((struct frame *)); static int single_display_prop_intangible_p P_ ((Lisp_Object)); static void ensure_echo_area_buffers P_ ((void)); static struct glyph_row *row_containing_pos P_ ((struct window *, int, @@ -5515,7 +5528,7 @@ xassert (BEGV >= BEG); xassert (ZV <= Z && ZV >= BEGV); - rc = fn (a1, a2, a3, a4, a5); + rc = fn (a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); xassert (BEGV >= BEG); xassert (ZV <= Z && ZV >= BEGV); @@ -8293,7 +8306,6 @@ { struct glyph_matrix *matrix; struct glyph_row *row; - int header_line_height; /* It's not always possible to find the cursor, e.g, when a window is full of overlay strings. Don't do anything in that case. */