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
cf064184
Commit
cf064184
authored
Feb 24, 2009
by
Kenichi Handa
Browse files
(fontset_find_font): Fix the condition for checking
unavailable font.
parent
8810a12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fontset.c
src/fontset.c
+1
-1
No files found.
src/fontset.c
View file @
cf064184
...
...
@@ -579,7 +579,7 @@ fontset_find_font (fontset, c, face, id, fallback)
/* This is a sign of not to try the other fonts. */
return
Qt
;
if
(
INTEGERP
(
RFONT_DEF_FACE
(
elt
))
&&
XINT
(
AREF
(
elt
,
1
))
<
0
)
&&
XINT
(
RFONT_DEF_FACE
(
elt
))
<
0
)
/* We couldn't open this font last time. */
continue
;
...
...
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