aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 63ca677e362..d380645c849 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -24026,6 +24026,7 @@ display_mode_element (struct it *it, int depth, int field_width, int precision,
24026 ? string_byte_to_char (elt, bytepos) 24026 ? string_byte_to_char (elt, bytepos)
24027 : bytepos); 24027 : bytepos);
24028 spec = decode_mode_spec (it->w, c, field, &string); 24028 spec = decode_mode_spec (it->w, c, field, &string);
24029 eassert (NILP (string) || STRINGP (string));
24029 multibyte = !NILP (string) && STRING_MULTIBYTE (string); 24030 multibyte = !NILP (string) && STRING_MULTIBYTE (string);
24030 24031
24031 switch (mode_line_target) 24032 switch (mode_line_target)