aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>1999-05-02 10:58:11 +0000
committerAndrew Innes <[email protected]>1999-05-02 10:58:11 +0000
commit86e8618142c726187537bc790dd3b1d6abf44036 (patch)
treea2a94b1bff3fff05080147ecd3859a41eeb7ad57 /src/w32fns.c
parente16bf4949f124064fe5daba22e5618d89b6db2a9 (diff)
(unibyte_display_via_language_environment):
Variable moved to xdisp.c. (syms_of_w32fns): Don't set up Lisp var here.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 6c58227f63..43c647ebdd 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -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.");