From 43028b7e5332ac9fbb17f20b1427f082b281e359 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 9 Aug 2000 12:29:43 +0000 Subject: [PATCH] (mode_line_string): Declare parameter MODE_LINE_P. --- src/ChangeLog | 2 ++ src/dispnew.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2