diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/fontset.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 4 |
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 | ||
| 495 | Lisp_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 | ||
| 603 | extern Lisp_Object Fframe_parameters (); | ||
| 604 | extern Lisp_Object Qfont; | 601 | extern Lisp_Object Qfont; |
| 605 | Lisp_Object Qfontset; | 602 | Lisp_Object Qfontset; |
| 606 | 603 | ||
| @@ -802,6 +799,7 @@ loading failed.") | |||
| 802 | return info; | 799 | return info; |
| 803 | } | 800 | } |
| 804 | 801 | ||
| 802 | void | ||
| 805 | syms_of_fontset () | 803 | syms_of_fontset () |
| 806 | { | 804 | { |
| 807 | int i; | 805 | int i; |