diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-21 13:39:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-21 13:39:20 +0000 |
commit | 0e3bf4a3e678b7aba33f4d945af3e62a6845e4c8 (patch) | |
tree | 1063434f62f09cb7f0583925b78d40437a931ec5 /src | |
parent | 4e6f26262ed77e778026dea784aae56a1cc3438c (diff) | |
download | emacs-0e3bf4a3e678b7aba33f4d945af3e62a6845e4c8.tar.gz |
(Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/font.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/font.c b/src/font.c index 77c578898c7..17e1c6fc5b5 100644 --- a/src/font.c +++ b/src/font.c @@ -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"); |