]> git.eshelyaron.com Git - emacs.git/commitdiff
(unibyte_display_via_language_environment):
authorAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 10:54:36 +0000 (10:54 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 10:54:36 +0000 (10:54 +0000)
Variable moved to xdisp.c.
(syms_of_xfns): Don't set up Lisp var here.

src/xfns.c

index d8a7841c60668830b852187320bca700422b1b58..e8836c0c515d03d83f1daeffaa4606b719c7f152 100644 (file)
@@ -136,9 +136,6 @@ Lisp_Object Vx_bitmap_file_path;
 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.  */
 Lisp_Object Vx_pixel_size_width_font_regexp;
 
-/* A flag to control how to display unibyte 8-bit character.  */
-int unibyte_display_via_language_environment;
-
 /* Evaluate this expression to rebuild the section of syms_of_xfns
    that initializes and staticpros the symbols declared below.  Note
    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\
 Chinese, Japanese, and Korean.");
   Vx_pixel_size_width_font_regexp = Qnil;
 
-  DEFVAR_BOOL ("unibyte-display-via-language-environment",
-              &unibyte_display_via_language_environment,
-   "*Non-nil means display unibyte text according to language environment.\n\
-Specifically this means that unibyte non-ASCII characters\n\
-are displayed by converting them to the equivalent multibyte characters\n\
-according to the current language environment.  As a result, they are\n\
-displayed according to the current fontset.");
-  unibyte_display_via_language_environment = 0;
-
 #ifdef USE_X_TOOLKIT
   Fprovide (intern ("x-toolkit"));
 #endif