]> git.eshelyaron.com Git - emacs.git/commitdiff
(face_font_available_p): Extern it.
authorKenichi Handa <handa@m17n.org>
Mon, 29 Dec 2003 06:53:28 +0000 (06:53 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 Dec 2003 06:53:28 +0000 (06:53 +0000)
src/dispextern.h

index 25c8227d7730de74f3e755883ac4b1fb8c97ba68..d26215e51134130f472c2b1e08537d9026b1b851 100644 (file)
@@ -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 *));