Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
66d3a50d
Commit
66d3a50d
authored
May 15, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ftfont_list): Downcase family name to check generic families.
parent
7264c6b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/ftfont.c
src/ftfont.c
+1
-0
No files found.
src/ftfont.c
View file @
66d3a50d
...
...
@@ -597,6 +597,7 @@ ftfont_list (frame, spec)
family_list
=
Fcons
(
Qnil
,
Qnil
);
else
{
family
=
Fintern
(
Fdowncase
(
SYMBOL_NAME
(
family
)),
Qnil
);
family_list
=
ftfont_list_generic_family
(
family
);
if
(
NILP
(
family_list
))
family_list
=
Fcons
(
family
,
Qnil
);
...
...
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