diff options
| author | Jim Blandy | 1993-06-19 21:28:56 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-19 21:28:56 +0000 |
| commit | 254a1b664069e73947ec18a55e97d3f398d8596e (patch) | |
| tree | e0dbb21531f4e8f2023f27c9c1b0b7e1669671be /src | |
| parent | 19c7afdf5727384c33f11479c5005181495223b5 (diff) | |
| download | emacs-254a1b664069e73947ec18a55e97d3f398d8596e.tar.gz emacs-254a1b664069e73947ec18a55e97d3f398d8596e.zip | |
* xfaces.c (recompute_basic_faces): This shouldn't be declared static.
Diffstat (limited to 'src')
| -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 */ ); | |||
| 162 | 162 | ||
| 163 | struct face *intern_face ( /* FRAME_PTR, struct face * */ ); | 163 | struct face *intern_face ( /* FRAME_PTR, struct face * */ ); |
| 164 | static void ensure_face_ready ( /* FRAME_PTR, int id */ ); | 164 | static void ensure_face_ready ( /* FRAME_PTR, int id */ ); |
| 165 | static void recompute_basic_faces ( /* FRAME_PTR f */ ); | 165 | void recompute_basic_faces ( /* FRAME_PTR f */ ); |
| 166 | 166 | ||
| 167 | /* Allocating, copying, and comparing struct faces. */ | 167 | /* Allocating, copying, and comparing struct faces. */ |
| 168 | 168 | ||