* buffer.c (Fset_buffer_multibyte): Do not force redisplay
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Dec 2012 09:51:12 +0000 (13:51 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Dec 2012 09:51:12 +0000 (13:51 +0400)
commitc6afe371b0218154957bbef17c3f8bda5377b7c8
tree2356c637109538cac1d24a7e1ae0ba38ccfec53d
parent1b47babdb7fd503ad79a696a1b9d9b2e2b46e10c
* buffer.c (Fset_buffer_multibyte): Do not force redisplay
if changed buffer is not shown in a window.
* insdel.c (prepare_to_modify_buffer): Likewise.
* window.c (replace_buffer_in_windows_safely): Do nothing
if buffer is not shown in a window.
(Fforce_window_update): Likewise if string or buffer argument
is passed.
src/ChangeLog
src/buffer.c
src/insdel.c
src/window.c