]> git.eshelyaron.com Git - emacs.git/commitdiff
(lookup_named_face): Fix prototype.
authorKim F. Storm <storm@cua.dk>
Mon, 22 Nov 2004 23:26:26 +0000 (23:26 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 22 Nov 2004 23:26:26 +0000 (23:26 +0000)
src/dispextern.h

index 2b53fa8d8fd1b9afce81f09d377ad27dd32a81f7..18b05b5db0e2c7cb725938571070316777d94a87 100644 (file)
@@ -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));