changeset 102157:7b5135847f38

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 21 Feb 2009 13:38:16 +0000
parents fa76b8415858
children f28542a2c7f7
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 21 07:53:54 2009 +0000
+++ b/src/ChangeLog	Sat Feb 21 13:38:16 2009 +0000
@@ -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,