From: Kenichi Handa Date: Fri, 26 May 2000 05:11:15 +0000 (+0000) Subject: (syms_of_fontset): Adjust the font name for ascii of X-Git-Tag: emacs-pretest-21.0.90~3687 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afc125e1e91cc6fd8de848fe3fdfb860c06518d2;p=emacs.git (syms_of_fontset): Adjust the font name for ascii of the default fontset to what Emacs uses by default. --- diff --git a/src/fontset.c b/src/fontset.c index a9ee2c1e615..c713b3bbd84 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1392,7 +1392,8 @@ syms_of_fontset () FONTSET_NAME (Vdefault_fontset) = build_string ("-*-*-*-*-*-*-*-*-*-*-*-*-fontset-default"); FONTSET_ASCII (Vdefault_fontset) - = Fcons (make_number (0), Fcons (Qnil, build_string ("iso8859-1"))); + = Fcons (make_number (0), + build_string ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1")); AREF (Vfontset_table, 0) = Vdefault_fontset; next_fontset_id = 1;