From: Karl Heuer Date: Thu, 18 May 1995 22:27:59 +0000 (+0000) Subject: (Fpos_visible_in_window_p): New arg to compute_motion. X-Git-Tag: emacs-19.34~4006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4efffd8098eacf85291b1222cab1bcbd874bc919;p=emacs.git (Fpos_visible_in_window_p): New arg to compute_motion. --- diff --git a/src/window.c b/src/window.c index 1ef9404f7f1..d932b6db4bd 100644 --- a/src/window.c +++ b/src/window.c @@ -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);