Mercurial > emacs
changeset 42969:bdcf2b5f4ae2
(face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 25 Jan 2002 23:58:42 +0000 |
parents | 178746e111b9 |
children | 8b1bab5b4e0b |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"))