* src/buffer.c (Fkill_buffer): Set windows_or_buffers_changed to a
non-zero value, to redisplay more than just the affected windows.
(Bug#21739)
kill_buffer_processes (buffer);
+ /* Killing a buffer might have global effects which require
+ redisplaying frames. For example, if the buffer's name appears
+ in the frame title. */
+ windows_or_buffers_changed = 11;
+
/* Killing buffer processes may run sentinels which may have killed
our buffer. */
if (!BUFFER_LIVE_P (b))