1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

(font_find_for_lface): Fix typo of the previous change.

This commit is contained in:
Kenichi Handa 2008-06-13 12:41:46 +00:00
parent d0a477766d
commit 904a2e0e2f

View 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;