]> code.delx.au - gnu-emacs/commit
Disable some display optimizations when frames need redisplay
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2015 19:32:14 +0000 (22:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Sep 2015 19:32:14 +0000 (22:32 +0300)
commit5c9304ea86b8cfc9d0b6d7769b90bd56e5dd1313
tree34a041b7a04364badfb484a41294418b9dccac10
parent82df1878e6559188e688195f992fff10f35035e8
Disable some display optimizations when frames need redisplay

These optimizations were previously disabled by the
windows_or_buffers_changed flag, which now is not set
when only some frames need to be redrawn.
* src/xdisp.c (redisplay_internal): Redisplay any frame whose
'redisplay' flag is set.
(try_window_reusing_current_matrix, try_window_id)
(try_cursor_movement): Disable these optimizations when the
frame's 'redisplay' flag is set.
lisp/progmodes/gdb-mi.el
src/xdisp.c