mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(update_frame): Don't put cursor in echo area unless
the echo area is on this frame.
This commit is contained in:
parent
b5bbc9a59c
commit
698e4c1c47
1 changed files with 2 additions and 1 deletions
|
|
@ -1326,7 +1326,8 @@ update_frame (f, force, inhibit_hairy_id)
|
|||
if (!pause)
|
||||
{
|
||||
if (cursor_in_echo_area
|
||||
&& FRAME_HAS_MINIBUF_P (f))
|
||||
&& FRAME_HAS_MINIBUF_P (f)
|
||||
&& EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window))
|
||||
{
|
||||
int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top);
|
||||
int row, col;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue