1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Require fontset and call setup-default-fontset.

This commit is contained in:
Kenichi Handa 2003-01-17 08:16:17 +00:00
parent 6acdd93e6d
commit 153e1ba447

View 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")