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
201d8c78
Commit
201d8c78
authored
Apr 29, 1998
by
Andreas Schwab
Browse files
Fix -Wimplicit warnings.
parent
84920a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/xfns.c
src/xfns.c
+3
-4
No files found.
src/xfns.c
View file @
201d8c78
...
...
@@ -713,6 +713,7 @@ static struct x_frame_parm_table x_frame_parms[] =
/* Attach the `x-frame-parameter' properties to
the Lisp symbol names of parameters relevant to X. */
void
init_x_parm_symbols
()
{
int
i
;
...
...
@@ -1620,10 +1621,6 @@ x_set_icon_name (f, arg, oldval)
UNBLOCK_INPUT
;
}
extern
Lisp_Object
x_new_font
();
extern
Lisp_Object
x_new_fontset
();
extern
Lisp_Object
Fquery_fontset
();
void
x_set_font
(
f
,
arg
,
oldval
)
struct
frame
*
f
;
...
...
@@ -2948,6 +2945,7 @@ x_window (f, window_prompting, minibuffer_only)
/* Create and set up the X window for frame F. */
void
x_window
(
f
)
struct
frame
*
f
;
...
...
@@ -5220,6 +5218,7 @@ x_sync (f)
UNBLOCK_INPUT
;
}
void
syms_of_xfns
()
{
/* This is zero if not using X windows. */
...
...
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