diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 295bf1be5f6..00447cdb48d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13478,7 +13478,8 @@ display_mode_element (it, depth, field_width, precision, elt) | |||
| 13478 | int bytepos = last - lisp_string; | 13478 | int bytepos = last - lisp_string; |
| 13479 | int charpos = string_byte_to_char (elt, bytepos); | 13479 | int charpos = string_byte_to_char (elt, bytepos); |
| 13480 | n += display_string (NULL, elt, Qnil, 0, charpos, | 13480 | n += display_string (NULL, elt, Qnil, 0, charpos, |
| 13481 | it, 0, prec, 0, -1); | 13481 | it, 0, prec, 0, |
| 13482 | STRING_MULTIBYTE (elt)); | ||
| 13482 | } | 13483 | } |
| 13483 | } | 13484 | } |
| 13484 | else /* c == '%' */ | 13485 | else /* c == '%' */ |