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
9370c1d8
Commit
9370c1d8
authored
Nov 17, 2009
by
Andreas Schwab
Browse files
(Fbyteorder, init_font, Ffont_get_system_font): Declare.
parent
303ffde8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/lisp.h
src/lisp.h
+5
-0
No files found.
src/ChangeLog
View file @
9370c1d8
2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
* lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
* xftfont.c (xftfont_fix_match): Older versions of fontconfig does
...
...
src/lisp.h
View file @
9370c1d8
...
...
@@ -2260,6 +2260,7 @@ extern Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
extern
void
circular_list_error
P_
((
Lisp_Object
))
NO_RETURN
;
EXFUN
(
Finteractive_form
,
1
);
EXFUN
(
Fbyteorder
,
0
);
/* Defined in frame.c */
extern
Lisp_Object
Qframep
;
...
...
@@ -3403,6 +3404,7 @@ extern void syms_of_terminal P_ ((void));
/* Defined in font.c */
extern
void
syms_of_font
P_
((
void
));
extern
void
init_font
P_
((
void
));
#ifdef HAVE_WINDOW_SYSTEM
/* Defined in fontset.c */
...
...
@@ -3439,6 +3441,9 @@ extern void syms_of_xselect P_ ((void));
/* Defined in xterm.c */
extern
void
syms_of_xterm
P_
((
void
));
/* Defined in xsettings.c */
EXFUN
(
Ffont_get_system_font
,
0
);
#endif
/* HAVE_X_WINDOWS */
#ifdef MSDOS
...
...
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