diff options
Diffstat (limited to 'src/fontset.h')
-rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 3ce5e9ea7fa..3a6263ac6b4 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -259,7 +259,7 @@ extern int fontset_height P_ ((int)); #ifdef USE_FONT_BACKEND struct font; extern int face_for_font P_ ((struct frame *, struct font *, struct face *)); -extern int new_fontset_from_font P_ ((FRAME_PTR, Lisp_Object)); +extern int new_fontset_from_font P_ ((Lisp_Object)); extern struct font *fontset_ascii_font P_ ((FRAME_PTR, int)); #endif /* USE_FONT_BACKEND */ |