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 2b53fa8d8fd..18b05b5db0e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2739,7 +2739,7 @@ int ascii_face_of_lisp_face P_ ((struct frame *, int)); | |||
| 2739 | void prepare_face_for_display P_ ((struct frame *, struct face *)); | 2739 | void prepare_face_for_display P_ ((struct frame *, struct face *)); |
| 2740 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); | 2740 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); |
| 2741 | int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); | 2741 | int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); |
| 2742 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); | 2742 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int)); |
| 2743 | int smaller_face P_ ((struct frame *, int, int)); | 2743 | int smaller_face P_ ((struct frame *, int, int)); |
| 2744 | int face_with_height P_ ((struct frame *, int, int)); | 2744 | int face_with_height P_ ((struct frame *, int, int)); |
| 2745 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); | 2745 | int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); |