]> git.eshelyaron.com Git - emacs.git/commitdiff
Require fontset and call setup-default-fontset.
authorKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:16:17 +0000 (08:16 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:16:17 +0000 (08:16 +0000)
lisp/term/mac-win.el

index 04989999db9a2068ff073aca96b5d555ce147fdf..67fd5102125ba4cb099dea4138d883654b89848c 100644 (file)
@@ -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")