diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index d331121627b..fa7d1f811fb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2779,7 +2779,7 @@ int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); | |||
| 2779 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int)); | 2779 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int)); |
| 2780 | int smaller_face P_ ((struct frame *, int, int)); | 2780 | int smaller_face P_ ((struct frame *, int, int)); |
| 2781 | int face_with_height P_ ((struct frame *, int, int)); | 2781 | int face_with_height P_ ((struct frame *, int, int)); |
| 2782 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); | 2782 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int, int)); |
| 2783 | void init_frame_faces P_ ((struct frame *)); | 2783 | void init_frame_faces P_ ((struct frame *)); |
| 2784 | void free_frame_faces P_ ((struct frame *)); | 2784 | void free_frame_faces P_ ((struct frame *)); |
| 2785 | void recompute_basic_faces P_ ((struct frame *)); | 2785 | void recompute_basic_faces P_ ((struct frame *)); |