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:
parent
d0a477766d
commit
904a2e0e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue