aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes1999-05-02 10:54:36 +0000
committerAndrew Innes1999-05-02 10:54:36 +0000
commit2c088c98358d6dd3dad92b02b249863b2a078bc4 (patch)
tree15d2a9b242593a42fcb9fbf06407e4431f7b47ed /src
parent7bbe686fb2e71c4abe965a4abc694d3a114402c8 (diff)
downloademacs-2c088c98358d6dd3dad92b02b249863b2a078bc4.tar.gz
emacs-2c088c98358d6dd3dad92b02b249863b2a078bc4.zip
(unibyte_display_via_language_environment):
Variable moved to xdisp.c. (syms_of_xfns): Don't set up Lisp var here.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/xfns.c b/src/xfns.c
index d8a7841c606..e8836c0c515 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -136,9 +136,6 @@ Lisp_Object Vx_bitmap_file_path;
136/* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ 136/* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
137Lisp_Object Vx_pixel_size_width_font_regexp; 137Lisp_Object Vx_pixel_size_width_font_regexp;
138 138
139/* A flag to control how to display unibyte 8-bit character. */
140int unibyte_display_via_language_environment;
141
142/* Evaluate this expression to rebuild the section of syms_of_xfns 139/* Evaluate this expression to rebuild the section of syms_of_xfns
143 that initializes and staticpros the symbols declared below. Note 140 that initializes and staticpros the symbols declared below. Note
144 that Emacs 18 has a bug that keeps C-x C-e from being able to 141 that Emacs 18 has a bug that keeps C-x C-e from being able to
@@ -5408,15 +5405,6 @@ such a font. This is especially effective for such large fonts as\n\
5408Chinese, Japanese, and Korean."); 5405Chinese, Japanese, and Korean.");
5409 Vx_pixel_size_width_font_regexp = Qnil; 5406 Vx_pixel_size_width_font_regexp = Qnil;
5410 5407
5411 DEFVAR_BOOL ("unibyte-display-via-language-environment",
5412 &unibyte_display_via_language_environment,
5413 "*Non-nil means display unibyte text according to language environment.\n\
5414Specifically this means that unibyte non-ASCII characters\n\
5415are displayed by converting them to the equivalent multibyte characters\n\
5416according to the current language environment. As a result, they are\n\
5417displayed according to the current fontset.");
5418 unibyte_display_via_language_environment = 0;
5419
5420#ifdef USE_X_TOOLKIT 5408#ifdef USE_X_TOOLKIT
5421 Fprovide (intern ("x-toolkit")); 5409 Fprovide (intern ("x-toolkit"));
5422#endif 5410#endif