font.c (Ffont_get): Do not cache :otf value.
This commit is contained in:
parent
50c822bd67
commit
8f3b2e120b
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-08 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* font.c (Ffont_get): Do not cache :otf value.
|
||||
|
||||
2011-02-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
conform to C89 pointer rules
|
||||
|
|
|
@ -3982,7 +3982,6 @@ Layout tags. */)
|
|||
val = fontp->driver->otf_capability (fontp);
|
||||
else
|
||||
val = Fcons (Qnil, Qnil);
|
||||
font_put_extra (font, QCotf, val);
|
||||
}
|
||||
else
|
||||
val = Fcdr (val);
|
||||
|
|
Loading…
Add table
Reference in a new issue