# HG changeset patch # User Eli Zaretskii # Date 972118569 0 # Node ID 20121c8be91a340974fec1d4440447f7f5ce2361 # Parent b1d56a204fe63dc7837d78e5ff0f820d5481330f (Fminibuffer_complete): Call Fpos_visible_in_window_p with an additional argument of Qt. diff -r b1d56a204fe6 -r 20121c8be91a src/minibuf.c --- a/src/minibuf.c Sat Oct 21 08:07:01 2000 +0000 +++ b/src/minibuf.c Sat Oct 21 08:56:09 2000 +0000 @@ -1715,7 +1715,7 @@ struct buffer *obuf = current_buffer; Fset_buffer (XWINDOW (window)->buffer); - tem = Fpos_visible_in_window_p (make_number (ZV), window); + tem = Fpos_visible_in_window_p (make_number (ZV), window, Qt); if (! NILP (tem)) /* If end is in view, scroll up to the beginning. */ Fset_window_start (window, make_number (BEGV), Qnil);