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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9370c1d8
Commit
9370c1d8
authored
Nov 17, 2009
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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