# HG changeset patch # User Jason Rumney # Date 1012003122 0 # Node ID bdcf2b5f4ae2c8b9cbd918b0a9146779429bbcf2 # Parent 178746e111b97505efdf86f275720a2a9e7b5a8d (face-font-registry-alternatives) [windows-nt]: Add ms-oemlatin as an alternative for iso8859-1. diff -r 178746e111b9 -r bdcf2b5f4ae2 lisp/faces.el --- a/lisp/faces.el Fri Jan 25 22:42:13 2002 +0000 +++ b/lisp/faces.el Fri Jan 25 23:58:42 2002 +0000 @@ -80,7 +80,8 @@ ;; This is defined originally in xfaces.c. (defcustom face-font-registry-alternatives (if (eq system-type 'windows-nt) - '(("gb2312.1980" "gb2312") + '(("iso8859-1" "ms-oemlatin") + ("gb2312.1980" "gb2312") ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978") ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987") ("muletibetan-2" "muletibetan-0"))