From: Kenichi Handa Date: Fri, 13 Jun 2008 12:41:46 +0000 (+0000) Subject: (font_find_for_lface): Fix typo of the previous change. X-Git-Tag: emacs-pretest-23.0.90~4819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=904a2e0e2fdb85accffb758ac11a1ebfc58bfad3;p=emacs.git (font_find_for_lface): Fix typo of the previous change. --- 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) 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;