Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e3bf4a3
Commit
0e3bf4a3
authored
Feb 21, 2009
by
Chong Yidong
Browse files
(Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
parent
4e6f2626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/font.c
src/font.c
+0
-6
No files found.
src/font.c
View file @
0e3bf4a3
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment