From 475a1234b72851704d6d217aa9041060ffdf3e2e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 29 Dec 2003 06:53:28 +0000 Subject: [PATCH] (face_font_available_p): Extern it. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispextern.h b/src/dispextern.h index 25c8227d773..d26215e5113 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2582,6 +2582,7 @@ void clear_face_cache P_ ((int)); unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, enum lface_attribute_index)); void unload_color P_ ((struct frame *, unsigned long)); +int face_font_available_p P_ ((struct frame *, Lisp_Object)); int ascii_face_of_lisp_face P_ ((struct frame *, int)); void prepare_face_for_display P_ ((struct frame *, struct face *)); int xstricmp P_ ((const unsigned char *, const unsigned char *)); -- 2.39.2