]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpos_visible_in_window_p): New arg to compute_motion.
authorKarl Heuer <kwzh@gnu.org>
Thu, 18 May 1995 22:27:59 +0000 (22:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 18 May 1995 22:27:59 +0000 (22:27 +0000)
src/window.c

index 1ef9404f7f169aa6d59030c52c132a2f77b4b8cd..d932b6db4bd8bea66ea616aa149372363868340b 100644 (file)
@@ -242,7 +242,7 @@ POS defaults to point; WINDOW, to the selected window.")
        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);