From: Andrew Innes Date: Sun, 2 May 1999 10:58:11 +0000 (+0000) Subject: (unibyte_display_via_language_environment): X-Git-Tag: emacs-20.4~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e8618142c726187537bc790dd3b1d6abf44036;p=emacs.git (unibyte_display_via_language_environment): Variable moved to xdisp.c. (syms_of_w32fns): Don't set up Lisp var here. --- diff --git a/src/w32fns.c b/src/w32fns.c index 6c58227f63b..43c647ebdd8 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.");