diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 12 |
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'. */ |
| 137 | Lisp_Object Vx_pixel_size_width_font_regexp; | 137 | Lisp_Object Vx_pixel_size_width_font_regexp; |
| 138 | 138 | ||
| 139 | /* A flag to control how to display unibyte 8-bit character. */ | ||
| 140 | int 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\ | |||
| 5408 | Chinese, Japanese, and Korean."); | 5405 | Chinese, 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\ | ||
| 5414 | Specifically this means that unibyte non-ASCII characters\n\ | ||
| 5415 | are displayed by converting them to the equivalent multibyte characters\n\ | ||
| 5416 | according to the current language environment. As a result, they are\n\ | ||
| 5417 | displayed 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 |