diff src/window.c @ 11852:35b170692e4a

(Fpos_visible_in_window_p): New arg to compute_motion.
author Karl Heuer <kwzh@gnu.org>
date Thu, 18 May 1995 22:27:59 +0000
parents 89c0689c5b1e
children 36d3bd1212de
line wrap: on
line diff
--- a/src/window.c	Thu May 18 22:26:36 1995 +0000
+++ b/src/window.c	Thu May 18 22:27:59 1995 +0000
@@ -242,7 +242,7 @@
 	return Qnil;
 
       /* If that info is not correct, calculate afresh */
-      posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0),
+      posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 0,
 				posint, height, 0,
 				window_internal_width (w) - 1,
 				hscroll, 0, w);