diff src/lisp.h @ 32711:a4ed8c8001bd

(Fpos_visible_in_window_p): Update prototype
author Miles Bader <miles@gnu.org>
date Sat, 21 Oct 2000 08:00:30 +0000
parents 9b2a0dc393a4
children 303e2612e332
line wrap: on
line diff
--- 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 *));