1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(pos_visible_p): Fix prototype.

This commit is contained in:
Kim F. Storm 2005-01-22 01:41:59 +00:00
parent e56263e526
commit f9e697040d

View 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) ()));