GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
cf = (cmpcharp ? cmpcharp->face_work : FAST_GLYPH_FACE (g));
ch = FAST_GLYPH_CHAR (g);
- if (x_display_unibyte_char_with_fontset
+ if (unibyte_display_via_language_environment
&& SINGLE_BYTE_CHAR_P (ch)
&& ch >= 160)
ch = unibyte_char_to_multibyte (ch);
g = *gp;
GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
ch = FAST_GLYPH_CHAR (g);
- if (x_display_unibyte_char_with_fontset
+ if (unibyte_display_via_language_environment
&& SINGLE_BYTE_CHAR_P (ch)
&& ch >= 160)
ch = unibyte_char_to_multibyte (ch);
extern Lisp_Object Vx_pixel_size_width_font_regexp;
/* A flag to control how to display unibyte 8-bit character. */
-extern int x_display_unibyte_char_with_fontset;
+extern int unibyte_display_via_language_environment;
extern struct x_display_info *x_display_info_for_display ();
extern struct x_display_info *x_display_info_for_name ();