# HG changeset patch # User Gerd Moellmann # Date 1001417882 0 # Node ID 8c76e11c46a4300d874c052ecb64eb44a679efcd # Parent e0c0079111212319ad2aa3348238f461c23c1578 (display_mode_element): If the mode element is a symbol with a string value, use that string's multibyteness for displaying. diff -r e0c007911121 -r 8c76e11c46a4 src/xdisp.c --- a/src/xdisp.c Tue Sep 25 10:53:12 2001 +0000 +++ b/src/xdisp.c Tue Sep 25 11:38:02 2001 +0000 @@ -13511,7 +13511,7 @@ 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)) {