(Ffontset_font): Fix previous change.

This commit is contained in:
Kenichi Handa 2009-08-18 00:37:11 +00:00
parent 5fc05db07b
commit 563a866ec7
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
2009-08-17 Kenichi Handa <handa@m17n.org>
2009-08-18 Kenichi Handa <handa@m17n.org>
* fontset.c (Ffontset_font): If a nil element is found in a
font-group vector, break the loop.
font-group vector, return nil.
2009-08-17 Chong Yidong <cyd@stupidchicken.com>

View file

@ -2117,7 +2117,7 @@ patterns. */)
val = AREF (elt, j);
if (NILP (val))
break;
return Qnil;
repertory = AREF (val, 1);
if (INTEGERP (repertory))
{