changeset 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 b90c2cdd9627
children 6578a356c540
files src/window.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);