aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-09 12:29:43 +0000
committerGerd Moellmann2000-08-09 12:29:43 +0000
commit43028b7e5332ac9fbb17f20b1427f082b281e359 (patch)
tree7a6d6178c3395cbf446d12fa88eda15d284e38e4 /src
parentb2feb1d42719b9a77e4a6f00696944ac2f2789e5 (diff)
downloademacs-43028b7e5332ac9fbb17f20b1427f082b281e359.tar.gz
emacs-43028b7e5332ac9fbb17f20b1427f082b281e359.zip
(mode_line_string): Declare parameter MODE_LINE_P.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/dispnew.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c635f31a1b2..99641d713ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-08-09 Gerd Moellmann <gerd@gnu.org> 12000-08-09 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
4
3 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. 5 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
4 6
52000-08-09 Miles Bader <miles@lsi.nec.co.jp> 72000-08-09 Miles Bader <miles@lsi.nec.co.jp>
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)
5375Lisp_Object 5375Lisp_Object
5376mode_line_string (w, x, y, mode_line_p, charpos) 5376mode_line_string (w, x, y, mode_line_p, charpos)
5377 struct window *w; 5377 struct window *w;
5378 int x, y; 5378 int x, y, mode_line_p;
5379 int *charpos; 5379 int *charpos;
5380{ 5380{
5381 struct glyph_row *row; 5381 struct glyph_row *row;