Mercurial > emacs
changeset 102159:7a18c1cb1a14
(Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Feb 2009 13:39:20 +0000 |
parents | f28542a2c7f7 |
children | c2cff0e96ec7 |
files | src/font.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.c Sat Feb 21 13:38:59 2009 +0000 +++ b/src/font.c Sat Feb 21 13:39:20 2009 +0000 @@ -47,8 +47,6 @@ #include "nsterm.h" #endif /* HAVE_NS */ -Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; - #ifdef HAVE_NS extern Lisp_Object Qfontsize; #endif @@ -5091,10 +5089,6 @@ staticpro (&font_charset_alist); font_charset_alist = Qnil; - DEFSYM (Qfont_spec, "font-spec"); - DEFSYM (Qfont_entity, "font-entity"); - DEFSYM (Qfont_object, "font-object"); - DEFSYM (Qopentype, "opentype"); DEFSYM (Qascii_0, "ascii-0");