aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/fontset.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fontset.c b/src/fontset.c
index fe3526852c0..53cb240469a 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -492,8 +492,6 @@ just like X's font name matching algorithm allows.")
492 return Qnil; 492 return Qnil;
493} 493}
494 494
495Lisp_Object Fframe_char_width ();
496
497/* Return a list of names of available fontsets matching PATTERN on 495/* Return a list of names of available fontsets matching PATTERN on
498 frame F. If SIZE is not 0, it is the size (maximum bound width) of 496 frame F. If SIZE is not 0, it is the size (maximum bound width) of
499 fontsets to be listed. */ 497 fontsets to be listed. */
@@ -600,7 +598,6 @@ FONTLIST is an alist of charsets vs corresponding font names.")
600 return Qnil; 598 return Qnil;
601} 599}
602 600
603extern Lisp_Object Fframe_parameters ();
604extern Lisp_Object Qfont; 601extern Lisp_Object Qfont;
605Lisp_Object Qfontset; 602Lisp_Object Qfontset;
606 603
@@ -802,6 +799,7 @@ loading failed.")
802 return info; 799 return info;
803} 800}
804 801
802void
805syms_of_fontset () 803syms_of_fontset ()
806{ 804{
807 int i; 805 int i;