font.c (Ffont_get): Do not cache :otf value.

This commit is contained in:
Kenichi Handa 2011-02-08 15:56:57 +09:00
parent 50c822bd67
commit 8f3b2e120b
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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);