1
Fork 0
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:
Gerd Moellmann 2001-09-27 08:35:44 +00:00
parent e63f0ff0f6
commit ca77144dfa

View file

@ -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 == '%' */