with a string value, use that string's multibyteness for
displaying.
2001-09-25 Gerd Moellmann <gerd@gnu.org>
+ * xdisp.c (display_mode_element): If the mode element is a symbol
+ with a string value, use that string's multibyteness for
+ displaying.
+
* keyboard.c (read_char): Don't clear a message for a switch-frame
event. From Stefan Monnier <monnier@cs.yale.edu>.
n += store_frame_title (XSTRING (tem)->data, -1, prec);
else
n += display_string (NULL, tem, Qnil, 0, 0, it,
- 0, prec, 0, -1);
+ 0, prec, 0, STRING_MULTIBYTE (tem));
}
else if (!EQ (tem, elt))
{