# HG changeset patch # User Kim F. Storm # Date 1101165986 0 # Node ID 9c22abc6e9bdf43381d8cf6b721843c84f5f1749 # Parent 9b7ff064cb2646f243c20593bb3641de91e77b14 (lookup_named_face): Fix prototype. diff -r 9b7ff064cb26 -r 9c22abc6e9bd src/dispextern.h --- a/src/dispextern.h Mon Nov 22 23:26:13 2004 +0000 +++ b/src/dispextern.h Mon Nov 22 23:26:26 2004 +0000 @@ -2739,7 +2739,7 @@ void prepare_face_for_display P_ ((struct frame *, struct face *)); int xstricmp P_ ((const unsigned char *, const unsigned char *)); int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); -int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); +int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int)); int smaller_face P_ ((struct frame *, int, int)); int face_with_height P_ ((struct frame *, int, int)); int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int));