aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2006-02-10 08:19:53 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2006-02-10 08:19:53 +0000
commit2f8efa69e0260bbd41c36f7365bd7beec6d9c51f (patch)
tree79081fe83f6c9fedfc2c8a2c3e8fc38191abd983 /lisp
parent3c5876d2688c5df8ec16047da75dac9ab7145338 (diff)
(fontset-standard): Rename from "fontset-mac".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/mac-win.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 2c6bcd67d3..4ccb017682 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -1918,9 +1918,9 @@ It returns a name of the created fontset."
;; characters decoded from mac-roman encoding (ascii, latin-iso8859-1,
;; and mule-unicode-xxxx-yyyy) are displayed by a mac-roman font.
(create-fontset-from-fontset-spec
- "-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-mac,
+ "-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard,
ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")
-(fontset-add-mac-fonts "fontset-mac" t)
+(fontset-add-mac-fonts "fontset-standard" t)
;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...).
(create-fontset-from-x-resource)