Mercurial > emacs
changeset 49289:1e7527c1a0a0
Require fontset and call setup-default-fontset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 17 Jan 2003 08:16:17 +0000 |
parents | 7f09b406bc3c |
children | eb2efd226974 |
files | lisp/term/mac-win.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/mac-win.el Fri Jan 17 08:14:14 2003 +0000 +++ b/lisp/term/mac-win.el Fri Jan 17 08:16:17 2003 +0000 @@ -197,6 +197,8 @@ (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")