]> git.eshelyaron.com Git - emacs.git/commitdiff
(pos_visible_p): Fix prototype.
authorKim F. Storm <storm@cua.dk>
Sat, 22 Jan 2005 01:41:59 +0000 (01:41 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 22 Jan 2005 01:41:59 +0000 (01:41 +0000)
src/lisp.h

index 49acb225e1e855faec44e67bb2e97632eac13db4..c0408ddf6e392401033ab9b04a38123a385dc2c1 100644 (file)
@@ -2464,7 +2464,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));
 
 /* Defined in vm-limit.c.  */
 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));