aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.h
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2008-07-08 11:54:10 +0000
committerAndreas Schwab <[email protected]>2008-07-08 11:54:10 +0000
commit85cf8992283c76c866535e65757a35be00cd244d (patch)
tree7718fb571f133badf736ea945a0edbd631ed616c /src/fontset.h
parent4a00783e8e07d7487bce5041d0f9b22247268346 (diff)
* fontset.h: Declare fontset_from_font. Don't declare
new_fontset_from_font and fontset_from_font_name. * xterm.c: Include "fontset.h". * Makefile.in (xterm.o): Update dependencies.
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fontset.h b/src/fontset.h
index e3f33ce9ba..aa13d24644 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -38,7 +38,7 @@ extern int face_suitable_for_char_p P_ ((struct face *, int));
extern int face_for_char P_ ((FRAME_PTR, struct face *, int,
int, Lisp_Object));
extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *));
-extern int fontset_from_font_name P_ ((Lisp_Object));
+extern int fontset_from_font P_ ((Lisp_Object));
extern void set_default_ascii_font P_ ((Lisp_Object));
extern int fs_query_fontset P_ ((Lisp_Object, int));
EXFUN (Fquery_fontset, 2);
@@ -57,7 +57,6 @@ extern int fontset_height P_ ((int));
struct font;
extern int face_for_font P_ ((struct frame *, Lisp_Object, struct face *));
-extern int new_fontset_from_font P_ ((Lisp_Object));
#endif /* EMACS_FONTSET_H */