# HG changeset patch # User Andrew Innes # Date 1002215693 0 # Node ID 044b46ec5fff119892d7acc06b90a6516b5dea8d # Parent 6192be04845982954f61cc40b08f27340e199be2 (face-font-registry-alternatives) [windows-nt]: Make gb2312 an alias for gb2312.1980. diff -r 6192be048459 -r 044b46ec5fff lisp/faces.el --- a/lisp/faces.el Thu Oct 04 17:14:01 2001 +0000 +++ b/lisp/faces.el Thu Oct 04 17:14:53 2001 +0000 @@ -79,10 +79,15 @@ ;; 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