]> git.eshelyaron.com Git - emacs.git/commitdiff
font.c (Ffont_get): Do not cache :otf value.
authorKenichi Handa <handa@m17n.org>
Tue, 8 Feb 2011 06:56:57 +0000 (15:56 +0900)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Feb 2011 06:56:57 +0000 (15:56 +0900)
src/ChangeLog
src/font.c

index 24ec9ce43cd0b9497c91f800e131364c270c9d87..75f673b532c13ad359b3bb8592ba3df54b509dd9 100644 (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
index 394c0055328b786ea1c08afd7b7f929e3e8e0c0f..841125a0587860d78e484528ef7503a0372fd794 100644 (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);