changeset 24679:556285c0e5c4

(unibyte_display_via_language_environment): Variable moved to xdisp.c. (syms_of_w32fns): Don't set up Lisp var here.
author Andrew Innes <andrewi@gnu.org>
date Sun, 02 May 1999 10:58:11 +0000
parents 56fe3cae0f96
children fc493aad59ad
files src/w32fns.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Sun May 02 10:56:26 1999 +0000
+++ b/src/w32fns.c	Sun May 02 10:58:11 1999 +0000
@@ -143,9 +143,6 @@
 
 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 @@
 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.");