]> code.delx.au - gnu-emacs/commit
Fix rare problems with echo-area display and multiple frames
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Mar 2016 17:38:54 +0000 (20:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Mar 2016 17:38:54 +0000 (20:38 +0300)
commit06495c96ae0f5a0fa1d56f47750624138f80cb94
tree6bcc48627f3833b1dc26eb972e96920b444c3013
parentf99b51295b86770e4b16d4717c0e73049191c4c5
Fix rare problems with echo-area display and multiple frames

* src/xdisp.c (redisplay_window): Bind inhibit-redisplay non-nil
around the call to x_consider_frame_title, to prevent
resize_mini_window from undoing echo-area display.  (Bug#23124)
src/xdisp.c