diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-22 19:57:38 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-22 19:57:38 +0000 |
commit | 9cc98b82831205845f0d689b3551012214605a16 (patch) | |
tree | 70a368620ce0ac2c8c1017d7df40792e52a77d34 /lisp/term | |
parent | 7b416d4284a2de096c7364e38efe8c2657aeebed (diff) | |
download | emacs-9cc98b82831205845f0d689b3551012214605a16.tar.gz |
(w32-standard-fontset-spec): Simplified.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/w32-win.el | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index eb84d004d6c..9681ea56d53 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -626,14 +626,7 @@ This is in addition to the primary selection.") ;; W32 systems have different fonts than commonly found on X, so ;; we define our own standard fontset here. (defvar w32-standard-fontset-spec - "-*-Courier New-normal-r-*-*-13-*-*-*-c-*-fontset-standard, - latin-iso8859-2:-*-Courier New CE-normal-r-*-*-13-*-*-*-c-*-iso8859-2, - latin-iso8859-3:-*-Courier New Tur-normal-r-*-*-13-*-*-*-c-*-iso8859-3, - latin-iso8859-4:-*-Courier New Baltic-normal-r-*-*-13-*-*-*-c-*-iso8859-4, - cyrillic-iso8859-5:-*-Courier New Cyr-normal-r-*-*-13-*-*-*-c-*-koi8-r, - greek-iso8859-7:-*-Courier New Greek-normal-r-*-*-13-*-*-*-c-*-iso8859-7, - latin-iso8859-9:-*-Courier New Tur-normal-r-*-*-13-*-*-*-c-*-iso8859-9" - + "-*-Courier New*-normal-r-*-*-13-*-*-*-c-*-fontset-standard" "String of fontset spec of the standard fontset. This defines a fontset consisting of the Courier New variations for European languages which are distributed with Windows as \"Multilanguage Support\". |