diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 25c8227d773..d26215e5113 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2582,6 +2582,7 @@ void clear_face_cache P_ ((int)); | |||
| 2582 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, | 2582 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, |
| 2583 | enum lface_attribute_index)); | 2583 | enum lface_attribute_index)); |
| 2584 | void unload_color P_ ((struct frame *, unsigned long)); | 2584 | void unload_color P_ ((struct frame *, unsigned long)); |
| 2585 | int face_font_available_p P_ ((struct frame *, Lisp_Object)); | ||
| 2585 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); | 2586 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); |
| 2586 | void prepare_face_for_display P_ ((struct frame *, struct face *)); | 2587 | void prepare_face_for_display P_ ((struct frame *, struct face *)); |
| 2587 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); | 2588 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); |