* xdisp.c (with_echo_area_buffer_unwind_data): Save window
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Mar 2013 02:41:05 +0000 (06:41 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Mar 2013 02:41:05 +0000 (06:41 +0400)
commit5c89ca240d7efa68b29651b34b8fbca172a5f75a
tree4f5331a0283148733836f43b271b9b0863f10a24
parent115694a3d83c3c248ad068a0330eea9e1eb4ff59
* xdisp.c (with_echo_area_buffer_unwind_data): Save window
start marker...
(unwind_with_echo_area_buffer): ...to restore it here.  This
is needed to ensure that...
(redisplay_window): ...both window markers are valid here,
which is verified by eassert.
* editfns.c (save_excursion_save): Do not assume that
selected_window always displays the buffer.
src/ChangeLog
src/editfns.c
src/xdisp.c