From: Kim F. Storm Date: Tue, 20 Apr 2004 22:17:08 +0000 (+0000) Subject: (pos_visible_p): Fix prototype. X-Git-Tag: ttn-vms-21-2-B4~6701 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1bd81349503cb8b478d3903dd219559108d3cd7;p=emacs.git (pos_visible_p): Fix prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 64216214499..265d3c29273 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2391,7 +2391,8 @@ void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); 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)); +extern int pos_visible_p P_ ((struct window *, int, int *, + int *, int *, int)); /* Defined in vm-limit.c. */ extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));