# HG changeset patch # User Miles Bader # Date 972115230 0 # Node ID a4ed8c8001bd68efada4e485d3b63c90520c4a38 # Parent cd7dca826a0345948188142844aa5fb9b2229ee2 (Fpos_visible_in_window_p): Update prototype diff -r cd7dca826a03 -r a4ed8c8001bd src/lisp.h --- a/src/lisp.h Sat Oct 21 07:57:20 2000 +0000 +++ b/src/lisp.h Sat Oct 21 08:00:30 2000 +0000 @@ -2632,7 +2632,7 @@ extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int)); EXFUN (Fcoordinates_in_window_p, 2); EXFUN (Fwindow_at, 3); -EXFUN (Fpos_visible_in_window_p, 2); +EXFUN (Fpos_visible_in_window_p, 3); extern void mark_window_cursors_off P_ ((struct window *)); extern int window_internal_height P_ ((struct window *)); extern int window_internal_width P_ ((struct window *));