aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 03d093fa09d..e988459ff34 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -579,7 +579,7 @@ fontset_find_font (fontset, c, face, id, fallback)
579 /* This is a sign of not to try the other fonts. */ 579 /* This is a sign of not to try the other fonts. */
580 return Qt; 580 return Qt;
581 if (INTEGERP (RFONT_DEF_FACE (elt)) 581 if (INTEGERP (RFONT_DEF_FACE (elt))
582 && XINT (AREF (elt, 1)) < 0) 582 && XINT (RFONT_DEF_FACE (elt)) < 0)
583 /* We couldn't open this font last time. */ 583 /* We couldn't open this font last time. */
584 continue; 584 continue;
585 585