mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(display_mode_element): One more case where a string's
multibyteness should be used for display.
This commit is contained in:
parent
e63f0ff0f6
commit
ca77144dfa
1 changed files with 2 additions and 1 deletions
|
|
@ -13478,7 +13478,8 @@ display_mode_element (it, depth, field_width, precision, elt)
|
|||
int bytepos = last - lisp_string;
|
||||
int charpos = string_byte_to_char (elt, bytepos);
|
||||
n += display_string (NULL, elt, Qnil, 0, charpos,
|
||||
it, 0, prec, 0, -1);
|
||||
it, 0, prec, 0,
|
||||
STRING_MULTIBYTE (elt));
|
||||
}
|
||||
}
|
||||
else /* c == '%' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue