emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Tue, 20 Nov 2001 17:00:54 -0500

Index: emacs/src/w32fns.c
diff -u emacs/src/w32fns.c:1.136 emacs/src/w32fns.c:1.137
--- emacs/src/w32fns.c:1.136    Sun Nov 18 16:57:18 2001
+++ emacs/src/w32fns.c  Tue Nov 20 17:00:54 2001
@@ -177,8 +177,6 @@
 /* Alist of bdf fonts and the files that define them.  */
 Lisp_Object Vw32_bdf_filename_alist;
 
-Lisp_Object Vw32_system_coding_system;
-
 /* A flag to control whether fonts are matched strictly or not.  */
 int w32_strict_fontnames;
 
@@ -6242,7 +6240,7 @@
   else
     fonttype = "unknown";
 
-  setup_coding_system (Fcheck_coding_system (Vw32_system_coding_system),
+  setup_coding_system (Fcheck_coding_system (Vlocale_coding_system),
                        &coding);
   coding.src_multibyte = 0;
   coding.dst_multibyte = 1;
@@ -6374,7 +6372,7 @@
          unsigned char *buf;
 
           setup_coding_system
-            (Fcheck_coding_system (Vw32_system_coding_system), &coding);
+            (Fcheck_coding_system (Vlocale_coding_system), &coding);
          coding.src_multibyte = 1;
          coding.dst_multibyte = 1;
          bufsize = encoding_buffer_size (&coding, strlen (name));
@@ -14492,11 +14490,6 @@
 Set this to nil to get the old behaviour for repainting; this should
 only be necessary if the default setting causes problems.  */);
   w32_strict_painting = 1;
-
-  DEFVAR_LISP ("w32-system-coding-system",
-               &Vw32_system_coding_system,
-              doc: /* Coding system used by Windows system functions, such as 
for font names.  */);
-  Vw32_system_coding_system = Qnil;
 
   DEFVAR_LISP ("w32-charset-info-alist",
                &Vw32_charset_info_alist,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]