(Qfont_spec, Qfont_entity, Qfont_object): Definitions

moved to data.c.
This commit is contained in:
Chong Yidong 2009-02-21 13:39:20 +00:00
parent 4e6f26262e
commit 0e3bf4a3e6

View file

@ -47,8 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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 @@ syms_of_font ()
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");