mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(syms_of_fontset): Adjust the font name for ascii of
the default fontset to what Emacs uses by default.
This commit is contained in:
parent
cebefb44f6
commit
afc125e1e9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user