]> code.delx.au - gnu-emacs/commitdiff
(pos_visible_p): Fix prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:17:08 +0000 (22:17 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:17:08 +0000 (22:17 +0000)
src/lisp.h

index 642162144997d7d053c8221ab8ad478550c30cd4..265d3c292737cfcc67a88fd20d31e8a9029f6515 100644 (file)
@@ -2391,7 +2391,8 @@ void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));
 extern void syms_of_xdisp P_ ((void));
 extern void init_xdisp P_ ((void));
 extern Lisp_Object safe_eval P_ ((Lisp_Object));
-extern int pos_visible_p P_ ((struct window *, int, int *, int));
+extern int pos_visible_p P_ ((struct window *, int, int *,
+                             int *, int *, int));
 
 /* Defined in vm-limit.c.  */
 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));