emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Fri, 25 Jan 2002 18:58:43 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.251 emacs/lisp/faces.el:1.252
*** emacs/lisp/faces.el:1.251   Sun Jan 13 04:56:13 2002
--- emacs/lisp/faces.el Fri Jan 25 18:58:42 2002
***************
*** 80,86 ****
  ;; This is defined originally in xfaces.c.
  (defcustom face-font-registry-alternatives
    (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"))
--- 80,87 ----
  ;; This is defined originally in xfaces.c.
  (defcustom face-font-registry-alternatives
    (if (eq system-type 'windows-nt)
!       '(("iso8859-1" "ms-oemlatin")
!       ("gb2312.1980" "gb2312")
        ("jisx0208.1990" "jisx0208.1983" "jisx0208.1978")
        ("ksc5601.1989" "ksx1001.1992" "ksc5601.1987")
        ("muletibetan-2" "muletibetan-0"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]