(face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.
This commit is contained in:
parent
3a232704c3
commit
990d68dde9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-25 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* faces.el (face-font-registry-alternatives) [windows-nt]: Add
|
||||
ms-oemlatin as an alternative for iso8859-1.
|
||||
|
||||
2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* emacs-lisp/cl-seq.el (mismatch): Doc fix.
|
||||
|
|
|
@ -80,7 +80,8 @@ ALTERNATIVE2 etc."
|
|||
;; 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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue