Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
afc125e1
Commit
afc125e1
authored
May 26, 2000
by
Kenichi Handa
Browse files
(syms_of_fontset): Adjust the font name for ascii of
the default fontset to what Emacs uses by default.
parent
cebefb44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fontset.c
src/fontset.c
+2
-1
No files found.
src/fontset.c
View file @
afc125e1
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment