]> git.eshelyaron.com Git - emacs.git/commitdiff
(free_face_fontset): Renamed from fs_free_face_fontset.
authorDave Love <fx@gnu.org>
Fri, 23 Jun 2000 14:34:44 +0000 (14:34 +0000)
committerDave Love <fx@gnu.org>
Fri, 23 Jun 2000 14:34:44 +0000 (14:34 +0000)
src/fontset.h

index 4fd1076e9f85333eb799a9fb5303e59ab62f3968..9b90a7c5b8124bbd01b6c997a8a19e715c7bac5c 100644 (file)
@@ -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));