]> git.eshelyaron.com Git - emacs.git/commitdiff
(pos_visible_p): Update prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 5 Sep 2006 22:49:36 +0000 (22:49 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 5 Sep 2006 22:49:36 +0000 (22:49 +0000)
src/lisp.h

index 3d7870c48672db2ef779921d4e71be7a57b9648c..633d3699ded5702e2ecc82f8d7dd74e9560e325d 100644 (file)
@@ -2538,7 +2538,7 @@ 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 *, int *, int *, int));
+                             int *, int *, int *, int *, int *));
 
 /* Defined in vm-limit.c.  */
 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));