diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-19 21:28:56 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-19 21:28:56 +0000 |
commit | 3135bd43d5fd9ebf3fa0ba8dfd4d89b9889476d3 (patch) | |
tree | 6fd5bce33cb74aed6547b18c38d70de56e7fd07a /src/xfaces.c | |
parent | 0ecfee13cfac0c1daaea3f62647a70e057d697e0 (diff) | |
download | emacs-3135bd43d5fd9ebf3fa0ba8dfd4d89b9889476d3.tar.gz |
* xfaces.c (recompute_basic_faces): This shouldn't be declared static.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 28183d29aaf..b5ef4169dc2 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -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 */ ); /* Allocating, copying, and comparing struct faces. */ |