aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 7e41f157f36..f9333b4282f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -17259,7 +17259,7 @@ display_mode_element (it, depth, field_width, precision, elt, props, risky)
17259 } 17259 }
17260 props = Ftext_properties_at (make_number (charpos), elt); 17260 props = Ftext_properties_at (make_number (charpos), elt);
17261 /* Should only keep face property in props */ 17261 /* Should only keep face property in props */
17262 n += store_mode_line_string (NULL, tem, 0, field, prec, props); 17262 n += store_mode_line_string (NULL, string, 0, field, prec, props);
17263 } 17263 }
17264 break; 17264 break;
17265 case MODE_LINE_DISPLAY: 17265 case MODE_LINE_DISPLAY: