# HG changeset patch # User Kim F. Storm # Date 1157496576 0 # Node ID 0c6f8f13dcc0a80ad6d4dd5d29feb63a05967226 # Parent 153255cb260ab2e4143cacc650be792bb6fb4a14 (pos_visible_p): Update prototype. diff -r 153255cb260a -r 0c6f8f13dcc0 src/lisp.h --- a/src/lisp.h Tue Sep 05 20:54:16 2006 +0000 +++ b/src/lisp.h Tue Sep 05 22:49:36 2006 +0000 @@ -2538,7 +2538,7 @@ 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 *, int *, int *, int)); + int *, int *, int *, int *, int *)); /* Defined in vm-limit.c. */ extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));