diff options
author | Dave Love <fx@gnu.org> | 2000-06-23 14:34:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-23 14:34:44 +0000 |
commit | 874e20d39513348be7025b29bc5d7fa3661ac90f (patch) | |
tree | 76c4df00a38f823ddcb493a93669ebfb5328485c /src/fontset.h | |
parent | f9beddb22fe76c94373c461bde487c15d82233eb (diff) | |
download | emacs-874e20d39513348be7025b29bc5d7fa3661ac90f.tar.gz |
(free_face_fontset): Renamed from fs_free_face_fontset.
Diffstat (limited to 'src/fontset.h')
-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)); struct face; -extern void fs_free_face_fontset P_ ((FRAME_PTR, struct face *)); +extern void free_face_fontset P_ ((FRAME_PTR, struct face *)); extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int)); extern int face_suitable_for_char_p P_ ((struct face *, int)); extern int face_for_char P_ ((FRAME_PTR, struct face *, int)); |