Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d192a9c
Commit
3d192a9c
authored
Jun 10, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(font_intern_prop): Prototype adjusted.
parent
2f286d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/font.h
src/font.h
+1
-1
No files found.
src/font.h
View file @
3d192a9c
...
...
@@ -803,7 +803,7 @@ extern void font_done_for_face P_ ((FRAME_PTR f, struct face *face));
extern
Lisp_Object
font_open_by_name
P_
((
FRAME_PTR
f
,
char
*
name
));
extern
void
font_close_object
(
FRAME_PTR
f
,
Lisp_Object
font_object
);
extern
Lisp_Object
font_intern_prop
P_
((
char
*
str
,
int
len
));
extern
Lisp_Object
font_intern_prop
P_
((
char
*
str
,
int
len
,
int
force_symbol
));
extern
void
font_update_sort_order
P_
((
int
*
order
));
extern
void
font_parse_family_registry
P_
((
Lisp_Object
family
,
...
...
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