(free_face_fontset): Renamed from fs_free_face_fontset.

This commit is contained in:
Dave Love 2000-06-23 14:34:44 +00:00
parent f9beddb22f
commit 874e20d395

View file

@ -178,7 +178,7 @@ extern void (*check_window_system_func) P_ ((void));
struct face;
extern void fs_free_face_fontset P_ ((FRAME_PTR, struct face *));
extern void free_face_fontset P_ ((FRAME_PTR, struct face *));
extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int));
extern int face_suitable_for_char_p P_ ((struct face *, int));
extern int face_for_char P_ ((FRAME_PTR, struct face *, int));