mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 20:00:36 -08:00
(pos_visible_p): Add prototype.
This commit is contained in:
parent
53bb6b996b
commit
c4586ad1d8
1 changed files with 1 additions and 0 deletions
|
|
@ -2151,6 +2151,7 @@ extern void prepare_menu_bars P_ ((void));
|
||||||
extern void syms_of_xdisp P_ ((void));
|
extern void syms_of_xdisp P_ ((void));
|
||||||
extern void init_xdisp P_ ((void));
|
extern void init_xdisp P_ ((void));
|
||||||
extern Lisp_Object safe_eval P_ ((Lisp_Object));
|
extern Lisp_Object safe_eval P_ ((Lisp_Object));
|
||||||
|
extern int pos_visible_p P_ ((struct window *, int, int *));
|
||||||
|
|
||||||
/* Defined in vm-limit.c. */
|
/* Defined in vm-limit.c. */
|
||||||
extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));
|
extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue