Mercurial > emacs
changeset 90682:df64e21eebd0
(face-font-registry-alternatives): Add gb18030.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 27 Nov 2006 04:36:00 +0000 |
parents | d5e93f2ba87f |
children | 70c40ef3afa5 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Mon Nov 27 04:33:56 2006 +0000 +++ b/lisp/faces.el Mon Nov 27 04:36:00 2006 +0000 @@ -81,11 +81,11 @@ (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")))