aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 1686dec68c5..90fbead4d17 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -19734,9 +19734,9 @@ note_mode_line_or_margin_highlight (w, x, y, area)
19734 Lisp_Object string, help, map, pos; 19734 Lisp_Object string, help, map, pos;
19735 19735
19736 if (area == ON_MODE_LINE || area == ON_HEADER_LINE) 19736 if (area == ON_MODE_LINE || area == ON_HEADER_LINE)
19737 string = mode_line_string (w, x, y, area, &charpos); 19737 string = mode_line_string (w, &x, &y, area, &charpos);
19738 else 19738 else
19739 string = marginal_area_string (w, x, y, area, &charpos); 19739 string = marginal_area_string (w, &x, &y, area, &charpos);
19740 19740
19741 if (STRINGP (string)) 19741 if (STRINGP (string))
19742 { 19742 {