* xfaces.c (recompute_basic_faces): This shouldn't be declared static.
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:28:56 +0000 (21:28 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:28:56 +0000 (21:28 +0000)
src/xfaces.c

index 28183d2..b5ef416 100644 (file)
@@ -162,7 +162,7 @@ int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
 
 struct face *intern_face ( /* FRAME_PTR, struct face * */ );
 static void ensure_face_ready ( /* FRAME_PTR, int id */ );
-static void recompute_basic_faces ( /* FRAME_PTR f */ );
+void recompute_basic_faces ( /* FRAME_PTR f */ );
 \f
 /* Allocating, copying, and comparing struct faces.  */