diff options
| author | Gerd Moellmann | 2000-08-09 12:29:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-09 12:29:43 +0000 |
| commit | 43028b7e5332ac9fbb17f20b1427f082b281e359 (patch) | |
| tree | 7a6d6178c3395cbf446d12fa88eda15d284e38e4 /src | |
| parent | b2feb1d42719b9a77e4a6f00696944ac2f2789e5 (diff) | |
| download | emacs-43028b7e5332ac9fbb17f20b1427f082b281e359.tar.gz emacs-43028b7e5332ac9fbb17f20b1427f082b281e359.zip | |
(mode_line_string): Declare parameter MODE_LINE_P.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 2 |
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 @@ | |||
| 1 | 2000-08-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||
| 5 | 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> | 7 | 2000-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) | |||
| 5375 | Lisp_Object | 5375 | Lisp_Object |
| 5376 | mode_line_string (w, x, y, mode_line_p, charpos) | 5376 | mode_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; |