From: Gerd Moellmann Date: Wed, 9 Aug 2000 12:29:43 +0000 (+0000) Subject: (mode_line_string): Declare parameter MODE_LINE_P. X-Git-Tag: emacs-pretest-21.0.90~2385 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43028b7e5332ac9fbb17f20b1427f082b281e359;p=emacs.git (mode_line_string): Declare parameter MODE_LINE_P. --- diff --git a/src/ChangeLog b/src/ChangeLog index c635f31a1b2..99641d713ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-08-09 Gerd Moellmann + * 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 diff --git a/src/dispnew.c b/src/dispnew.c index 0d274b6bd0f..f2cd62094cf 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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;