aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-11-22 23:26:26 +0000
committerKim F. Storm2004-11-22 23:26:26 +0000
commit1c395ea72dc4cb1c33df32fee064470951982cc7 (patch)
tree3f5d7dd49e00ef69f0cfbc009208d5e7078aab21 /src
parentc49a049515236b9db5476585911fde8da8a0924f (diff)
downloademacs-1c395ea72dc4cb1c33df32fee064470951982cc7.tar.gz
emacs-1c395ea72dc4cb1c33df32fee064470951982cc7.zip
(lookup_named_face): Fix prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
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));
2739void prepare_face_for_display P_ ((struct frame *, struct face *)); 2739void prepare_face_for_display P_ ((struct frame *, struct face *));
2740int xstricmp P_ ((const unsigned char *, const unsigned char *)); 2740int xstricmp P_ ((const unsigned char *, const unsigned char *));
2741int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); 2741int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
2742int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); 2742int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int));
2743int smaller_face P_ ((struct frame *, int, int)); 2743int smaller_face P_ ((struct frame *, int, int));
2744int face_with_height P_ ((struct frame *, int, int)); 2744int face_with_height P_ ((struct frame *, int, int));
2745int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int)); 2745int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int));