(Ffontset_font): Fix previous change.
This commit is contained in:
parent
5fc05db07b
commit
563a866ec7
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -2117,7 +2117,7 @@ patterns. */)
|
|||
|
||||
val = AREF (elt, j);
|
||||
if (NILP (val))
|
||||
break;
|
||||
return Qnil;
|
||||
repertory = AREF (val, 1);
|
||||
if (INTEGERP (repertory))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue