Mercurial > emacs
changeset 32714:20121c8be91a
(Fminibuffer_complete): Call Fpos_visible_in_window_p
with an additional argument of Qt.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 21 Oct 2000 08:56:09 +0000 |
parents | b1d56a204fe6 |
children | 5cb66e7e794d |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);