From: Kim F. Storm Date: Mon, 22 Nov 2004 23:26:26 +0000 (+0000) Subject: (lookup_named_face): Fix prototype. X-Git-Tag: ttn-vms-21-2-B4~3736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c395ea72dc4cb1c33df32fee064470951982cc7;p=emacs.git (lookup_named_face): Fix prototype. --- 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)); 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));