aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-18 22:27:59 +0000
committerKarl Heuer1995-05-18 22:27:59 +0000
commit4efffd8098eacf85291b1222cab1bcbd874bc919 (patch)
treef3f33d713dc64a946af625b811b37ed1d99a2019 /src
parent94129385f70af26409bb5c7403c99ddb2ba632b5 (diff)
downloademacs-4efffd8098eacf85291b1222cab1bcbd874bc919.tar.gz
emacs-4efffd8098eacf85291b1222cab1bcbd874bc919.zip
(Fpos_visible_in_window_p): New arg to compute_motion.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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.")
242 return Qnil; 242 return Qnil;
243 243
244 /* If that info is not correct, calculate afresh */ 244 /* If that info is not correct, calculate afresh */
245 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 245 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 0,
246 posint, height, 0, 246 posint, height, 0,
247 window_internal_width (w) - 1, 247 window_internal_width (w) - 1,
248 hscroll, 0, w); 248 hscroll, 0, w);