(mode_line_string): Declare parameter MODE_LINE_P.
This commit is contained in:
parent
b2feb1d427
commit
43028b7e53
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue