aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index ee1f7e4dd10..2c60d0349ca 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2996,7 +2996,7 @@ font_find_for_lface (f, attrs, spec, c)
2996 ASET (work, FONT_FOUNDRY_INDEX, foundry[j]); 2996 ASET (work, FONT_FOUNDRY_INDEX, foundry[j]);
2997 for (k = 0; SYMBOLP (registry[k]); k++) 2997 for (k = 0; SYMBOLP (registry[k]); k++)
2998 { 2998 {
2999 ASET (work, FONT_REGISTRY_INDEX, registry[j]); 2999 ASET (work, FONT_REGISTRY_INDEX, registry[k]);
3000 entities = font_list_entities (frame, work); 3000 entities = font_list_entities (frame, work);
3001 if (ASIZE (entities) > 0) 3001 if (ASIZE (entities) > 0)
3002 goto found; 3002 goto found;