]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-font-registry-alternatives) [windows-nt]: Make
authorAndrew Innes <andrewi@gnu.org>
Thu, 4 Oct 2001 17:14:53 +0000 (17:14 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 4 Oct 2001 17:14:53 +0000 (17:14 +0000)
gb2312 an alias for gb2312.1980.

lisp/faces.el

index 9b52c03ab7e35d9eb163425871f010b41289fbf8..822a7bbf686071c2f5fff9c2b8f14996e93c15ad 100644 (file)
@@ -79,10 +79,15 @@ ALTERNATIVE2 etc."
 
 ;; This is defined originally in xfaces.c.
 (defcustom face-font-registry-alternatives
-  '(("gb2312.1980" "gb2312.80&gb8565.88" "gbk*")
-    ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
-    ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
-    ("muletibetan-2" "muletibetan-0"))
+  (if (eq system-type 'windows-nt)
+      '(("gb2312.1980" "gb2312")
+       ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
+       ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
+       ("muletibetan-2" "muletibetan-0"))
+    '(("gb2312.1980" "gb2312.80&gb8565.88" "gbk*")
+      ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
+      ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
+      ("muletibetan-2" "muletibetan-0")))
   "*Alist of alternative font registry names.
 Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...).
 If fonts of registry REGISTRY can be loaded, font selection