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:
parent
e56263e526
commit
f9e697040d
@ -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) ()));
|
||||
|
Loading…
Reference in New Issue
Block a user