diff options
| author | Dave Love | 2000-06-23 14:34:44 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-23 14:34:44 +0000 |
| commit | 874e20d39513348be7025b29bc5d7fa3661ac90f (patch) | |
| tree | 76c4df00a38f823ddcb493a93669ebfb5328485c /src | |
| parent | f9beddb22fe76c94373c461bde487c15d82233eb (diff) | |
| download | emacs-874e20d39513348be7025b29bc5d7fa3661ac90f.tar.gz emacs-874e20d39513348be7025b29bc5d7fa3661ac90f.zip | |
(free_face_fontset): Renamed from fs_free_face_fontset.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 4fd1076e9f8..9b90a7c5b81 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -178,7 +178,7 @@ extern void (*check_window_system_func) P_ ((void)); | |||
| 178 | 178 | ||
| 179 | struct face; | 179 | struct face; |
| 180 | 180 | ||
| 181 | extern void fs_free_face_fontset P_ ((FRAME_PTR, struct face *)); | 181 | extern void free_face_fontset P_ ((FRAME_PTR, struct face *)); |
| 182 | extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int)); | 182 | extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int)); |
| 183 | extern int face_suitable_for_char_p P_ ((struct face *, int)); | 183 | extern int face_suitable_for_char_p P_ ((struct face *, int)); |
| 184 | extern int face_for_char P_ ((FRAME_PTR, struct face *, int)); | 184 | extern int face_for_char P_ ((FRAME_PTR, struct face *, int)); |