]> git.eshelyaron.com Git - emacs.git/commitdiff
* data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:38:16 +0000 (13:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:38:16 +0000 (13:38 +0000)
Qfont_object.
(Ftype_of): Recognize font objects.

* lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.

* font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.

src/ChangeLog

index 492a3c41e7553eb5ae5617d96d8aef9ea0cf2182..d53b29bbffb85dac11bc434840a21ec92e9d6581 100644 (file)
@@ -1,3 +1,14 @@
+2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
+       Qfont_object.
+       (Ftype_of): Recognize font objects.
+
+       * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
+
+       * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
+       moved to data.c.
+
 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (x_make_frame_invisible): Unset async_visible,