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

src/w32fns.c

index 6c58227f63bc402f2d221dd9a847d7260951be2a..43c647ebdd8c9f70c67a2809197591a79facfe55 100644 (file)
@@ -143,9 +143,6 @@ Lisp_Object Vw32_bdf_filename_alist;
 
 Lisp_Object Vw32_system_coding_system;
 
-/* A flag to control how to display unibyte 8-bit character.  */
-int unibyte_display_via_language_environment;
-
 /* A flag to control whether fonts are matched strictly or not.  */
 int w32_strict_fontnames;
 
@@ -7516,15 +7513,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;
-
   DEFVAR_LISP ("w32-bdf-filename-alist",
                &Vw32_bdf_filename_alist,
                "List of bdf fonts and their corresponding filenames.");