]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_find_for_lface): Fix typo of the previous change.
authorKenichi Handa <handa@m17n.org>
Fri, 13 Jun 2008 12:41:46 +0000 (12:41 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 13 Jun 2008 12:41:46 +0000 (12:41 +0000)
src/font.c

index ee1f7e4dd1088dd447f28dfc706665387c656920..2c60d0349ca2554966695480251f34890b0a5ea5 100644 (file)
@@ -2996,7 +2996,7 @@ font_find_for_lface (f, attrs, spec, c)
          ASET (work, FONT_FOUNDRY_INDEX, foundry[j]);
          for (k = 0; SYMBOLP (registry[k]); k++)
            {
-             ASET (work, FONT_REGISTRY_INDEX, registry[j]);
+             ASET (work, FONT_REGISTRY_INDEX, registry[k]);
              entities = font_list_entities (frame, work);
              if (ASIZE (entities) > 0)
                goto found;