From 4efffd8098eacf85291b1222cab1bcbd874bc919 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 18 May 1995 22:27:59 +0000 Subject: [PATCH] (Fpos_visible_in_window_p): New arg to compute_motion. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2