]> code.delx.au - gnu-emacs/commitdiff
(mode_line_string): Declare parameter MODE_LINE_P.
authorGerd Moellmann <gerd@gnu.org>
Wed, 9 Aug 2000 12:29:43 +0000 (12:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 9 Aug 2000 12:29:43 +0000 (12:29 +0000)
src/ChangeLog
src/dispnew.c

index c635f31a1b24bf34d74032b53c58b1c8ce8e88b1..99641d713ad8a7b095cc49c2d63d3249b748d1c9 100644 (file)
@@ -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>
index 0d274b6bd0fb019e9da6a6226a4f1eefcd2fbb9d..f2cd62094cfaaa848c080872007d3966347177dd 100644 (file)
@@ -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;