]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-font-registry-alternatives): Add gb18030.
authorKenichi Handa <handa@m17n.org>
Mon, 27 Nov 2006 04:36:00 +0000 (04:36 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 27 Nov 2006 04:36:00 +0000 (04:36 +0000)
lisp/faces.el

index a7b93568f13607cb51fb5be7a937135b54db95df..8beb5d69f5c2880bfd487a008c191452b95850b6 100644 (file)
@@ -81,11 +81,11 @@ ALTERNATIVE2 etc."
 (defcustom face-font-registry-alternatives
   (if (eq system-type 'windows-nt)
       '(("iso8859-1" "ms-oemlatin")
-       ("gb2312.1980" "gb2312")
+       ("gb2312.1980" "gb2312" "gbk" "gb18030")
        ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
        ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
        ("muletibetan-2" "muletibetan-0"))
-    '(("gb2312.1980" "gb2312.80&gb8565.88" "gbk*")
+    '(("gb2312.1980" "gb2312.80&gb8565.88" "gbk" "gb18030")
       ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
       ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
       ("muletibetan-2" "muletibetan-0")))