aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-01-17 08:16:17 +0000
committerKenichi Handa <[email protected]>2003-01-17 08:16:17 +0000
commit153e1ba447a7670419ad89942f00a0573dfa31db (patch)
tree6f23f1739f8702a1d8de52671053878884c183a9 /lisp
parent6acdd93e6de5e30b1eb8537912adab154be84284 (diff)
Require fontset and call setup-default-fontset.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/mac-win.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 04989999db..67fd510212 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -197,6 +197,8 @@ Switch to a buffer editing the last file dropped."
(if (fboundp 'new-fontset)
(progn
+ (require 'fontset)
+ (setup-default-fontset)
(create-fontset-from-fontset-spec
"-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-mac,
ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")