# HG changeset patch # User Richard M. Stallman # Date 1026826781 0 # Node ID 7453a1fdc264003b55b2b560022e84b42fb96386 # Parent cb5bcb2c81ee99289d461fe943855b46efa8e762 (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p. diff -r cb5bcb2c81ee -r 7453a1fdc264 src/window.c --- a/src/window.c Tue Jul 16 13:38:19 2002 +0000 +++ b/src/window.c Tue Jul 16 13:39:41 2002 +0000 @@ -3145,7 +3145,9 @@ BEGV = BEG; ZV = Z; SET_PT (BEG); +#if 0 /* rms: there should be no reason for this. */ XBUFFER (buf)->prevent_redisplay_optimizations_p = 1; +#endif set_buffer_internal (old); if (!EQ (Vtemp_buffer_show_function, Qnil))