(mode_line_string): Declare parameter MODE_LINE_P.

This commit is contained in:
Gerd Moellmann 2000-08-09 12:29:43 +00:00
parent b2feb1d427
commit 43028b7e53
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2000-08-09 Gerd Moellmann <gerd@gnu.org>
* dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
* xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
2000-08-09 Miles Bader <miles@lsi.nec.co.jp>

View file

@ -5375,7 +5375,7 @@ buffer_posn_from_coords (w, x, y)
Lisp_Object
mode_line_string (w, x, y, mode_line_p, charpos)
struct window *w;
int x, y;
int x, y, mode_line_p;
int *charpos;
{
struct glyph_row *row;