Mercurial > emacs
changeset 14459:c1d25453a95f
(update_frame): Compare FRAME_MINIBUF_WINDOW(f)
against with not minibuf_window but echo_area_window.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 01 Feb 1996 21:30:03 +0000 |
parents | 2bb4652305c1 |
children | 61fc696a0c6a |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Thu Feb 01 20:35:59 1996 +0000 +++ b/src/dispnew.c Thu Feb 01 21:30:03 1996 +0000 @@ -1343,7 +1343,7 @@ /* These cases apply only to the frame that contains the active minibuffer window. */ && FRAME_HAS_MINIBUF_P (f) - && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)) + && EQ (FRAME_MINIBUF_WINDOW (f), echo_area_window)) { int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top); int row, col;