]> git.eshelyaron.com Git - emacs.git/commit
Fix minibuffer resizing with temporarily selected frames (Bug#34317)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 4 Mar 2019 09:11:53 +0000 (10:11 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 4 Mar 2019 09:11:53 +0000 (10:11 +0100)
commita810a75aa2d0cd5f43ec4b733fdcafabbfe8c5c3
tree1fc14d1682958f204e8e0e8d514f230e22566650
parent716ff449ef0ee87e7a102733d8c036bc8e037076
Fix minibuffer resizing with temporarily selected frames (Bug#34317)

* src/keyboard.c (command_loop_1): Resize echo area exactly
only if the echo area window is the minibuffer window of the
selected frame (Bug#34317).
* src/xdisp.c (x_consider_frame_title): Inhibit redisplay also
when restoring the selected window/frame to avoid that
resize_mini_window sizes back the minibuffer window of a
temporarily selected frame (Bug#34317).
src/keyboard.c
src/xdisp.c