changeset 39439:8c76e11c46a4

(display_mode_element): If the mode element is a symbol with a string value, use that string's multibyteness for displaying.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Sep 2001 11:38:02 +0000
parents e0c007911121
children e70dea2ffaf3
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))
 	      {