diff options
| author | Chong Yidong | 2009-02-21 13:39:20 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-21 13:39:20 +0000 |
| commit | 0e3bf4a3e678b7aba33f4d945af3e62a6845e4c8 (patch) | |
| tree | 1063434f62f09cb7f0583925b78d40437a931ec5 | |
| parent | 4e6f26262ed77e778026dea784aae56a1cc3438c (diff) | |
| download | emacs-0e3bf4a3e678b7aba33f4d945af3e62a6845e4c8.tar.gz emacs-0e3bf4a3e678b7aba33f4d945af3e62a6845e4c8.zip | |
(Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
| -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/>. */ | |||
| 47 | #include "nsterm.h" | 47 | #include "nsterm.h" |
| 48 | #endif /* HAVE_NS */ | 48 | #endif /* HAVE_NS */ |
| 49 | 49 | ||
| 50 | Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; | ||
| 51 | |||
| 52 | #ifdef HAVE_NS | 50 | #ifdef HAVE_NS |
| 53 | extern Lisp_Object Qfontsize; | 51 | extern Lisp_Object Qfontsize; |
| 54 | #endif | 52 | #endif |
| @@ -5091,10 +5089,6 @@ syms_of_font () | |||
| 5091 | staticpro (&font_charset_alist); | 5089 | staticpro (&font_charset_alist); |
| 5092 | font_charset_alist = Qnil; | 5090 | font_charset_alist = Qnil; |
| 5093 | 5091 | ||
| 5094 | DEFSYM (Qfont_spec, "font-spec"); | ||
| 5095 | DEFSYM (Qfont_entity, "font-entity"); | ||
| 5096 | DEFSYM (Qfont_object, "font-object"); | ||
| 5097 | |||
| 5098 | DEFSYM (Qopentype, "opentype"); | 5092 | DEFSYM (Qopentype, "opentype"); |
| 5099 | 5093 | ||
| 5100 | DEFSYM (Qascii_0, "ascii-0"); | 5094 | DEFSYM (Qascii_0, "ascii-0"); |