]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mode_line_or_margin_highlight): Adapt to new
authorKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 00:10:40 +0000 (00:10 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 00:10:40 +0000 (00:10 +0000)
mode_line_string and marginal_area_string parameters.

src/xdisp.c

index 1686dec68c5f2feb093b2f68f950974c61de7881..90fbead4d17abfd345c316ceaa9f82a975d5d48d 100644 (file)
@@ -19734,9 +19734,9 @@ note_mode_line_or_margin_highlight (w, x, y, area)
   Lisp_Object string, help, map, pos;
 
   if (area == ON_MODE_LINE || area == ON_HEADER_LINE)
-    string = mode_line_string (w, x, y, area, &charpos);
+    string = mode_line_string (w, &x, &y, area, &charpos);
   else
-    string = marginal_area_string (w, x, y, area, &charpos);
+    string = marginal_area_string (w, &x, &y, area, &charpos);
 
   if (STRINGP (string))
     {