(Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
This commit is contained in:
parent
4e6f26262e
commit
0e3bf4a3e6
1 changed files with 0 additions and 6 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue