]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Merge from trunk
[gnu-emacs] / lisp / faces.el
index 803b7e68fc453cdce27f67c413388a6dbac5c9fe..08aa800c0675ee79019a952c7f9acddf15a8bc23 100644 (file)
@@ -96,7 +96,7 @@ ALTERNATIVE2 etc."
 ;; This is defined originally in xfaces.c.
 (defcustom face-font-registry-alternatives
   (mapcar (lambda (arg) (mapcar 'purecopy arg))
-  (if (eq system-type 'windows-nt)
+  (if (featurep 'w32)
       '(("iso8859-1" "ms-oemlatin")
        ("gb2312.1980" "gb2312" "gbk" "gb18030")
        ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")