sure that the next redisplay displays the minibuffer, so that
the cursor will be replaced with what the minibuffer wants.
2000-11-30 Gerd Moellmann <gerd@gnu.org>
+ * xdisp.c (echo_area_display): If cursor is in the echo area, make
+ sure that the next redisplay displays the minibuffer, so that
+ the cursor will be replaced with what the minibuffer wants.
+
* xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
#ifndef instead of using #if.
(XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
}
else
update_frame (f, 1, 1);
+
+ /* If cursor is in the echo area, make sure that the next
+ redisplay displays the minibuffer, so that the cursor will
+ be replaced with what the minibuffer wants. */
+ if (cursor_in_echo_area)
+ ++windows_or_buffers_changed;
}
}
else if (!EQ (mini_window, selected_window))