]> git.eshelyaron.com Git - emacs.git/commit
Ensure mini-window is resized to show active minibuffer contents
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Dec 2019 16:00:17 +0000 (18:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Dec 2019 16:00:17 +0000 (18:00 +0200)
commite3ec84fd7d91c9fff756e28d14ce33f7a37ac19f
treedc88edcf9bbbddbd7ce22c3b7426febc2808c48f
parent450633f85ae336e8a23241ec3ca5de5d8de8dcdd
Ensure mini-window is resized to show active minibuffer contents

* src/keyboard.c (read_char, command_loop_1): Resize the
mini-window after clearing the echo area while minibuffer is
active.  (Bug#38645)
src/keyboard.c