Mercurial > emacs
changeset 23037:88fadff500be
x_display_unibyte_char_with_fontset renamed to
unibyte_display_via_language_environment.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 15 Aug 1998 23:00:07 +0000 |
parents | ee3a3af924b4 |
children | 10ad03c5d326 |
files | src/xterm.c src/xterm.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Sat Aug 15 22:27:54 1998 +0000 +++ b/src/xterm.c Sat Aug 15 23:00:07 1998 +0000 @@ -580,7 +580,7 @@ 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); @@ -621,7 +621,7 @@ 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);
--- a/src/xterm.h Sat Aug 15 22:27:54 1998 +0000 +++ b/src/xterm.h Sat Aug 15 23:00:07 1998 +0000 @@ -312,7 +312,7 @@ 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 ();