aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-29 09:49:44 +0000
committerAndreas Schwab1998-04-29 09:49:44 +0000
commit201d8c78ac2d25d339781927fe767684c144cfe3 (patch)
tree089ef69af178176aaa635188a816616e0e9be9d6 /src
parent84920a5cceccb3a57226656306677d86aaae33e6 (diff)
downloademacs-201d8c78ac2d25d339781927fe767684c144cfe3.tar.gz
emacs-201d8c78ac2d25d339781927fe767684c144cfe3.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 4f4e26fac1c..00632c86341 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -713,6 +713,7 @@ static struct x_frame_parm_table x_frame_parms[] =
713/* Attach the `x-frame-parameter' properties to 713/* Attach the `x-frame-parameter' properties to
714 the Lisp symbol names of parameters relevant to X. */ 714 the Lisp symbol names of parameters relevant to X. */
715 715
716void
716init_x_parm_symbols () 717init_x_parm_symbols ()
717{ 718{
718 int i; 719 int i;
@@ -1620,10 +1621,6 @@ x_set_icon_name (f, arg, oldval)
1620 UNBLOCK_INPUT; 1621 UNBLOCK_INPUT;
1621} 1622}
1622 1623
1623extern Lisp_Object x_new_font ();
1624extern Lisp_Object x_new_fontset ();
1625extern Lisp_Object Fquery_fontset ();
1626
1627void 1624void
1628x_set_font (f, arg, oldval) 1625x_set_font (f, arg, oldval)
1629 struct frame *f; 1626 struct frame *f;
@@ -2948,6 +2945,7 @@ x_window (f, window_prompting, minibuffer_only)
2948 2945
2949/* Create and set up the X window for frame F. */ 2946/* Create and set up the X window for frame F. */
2950 2947
2948void
2951x_window (f) 2949x_window (f)
2952 struct frame *f; 2950 struct frame *f;
2953 2951
@@ -5220,6 +5218,7 @@ x_sync (f)
5220 UNBLOCK_INPUT; 5218 UNBLOCK_INPUT;
5221} 5219}
5222 5220
5221void
5223syms_of_xfns () 5222syms_of_xfns ()
5224{ 5223{
5225 /* This is zero if not using X windows. */ 5224 /* This is zero if not using X windows. */