changeset 46410:7453a1fdc264

(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jul 2002 13:39:41 +0000
parents cb5bcb2c81ee
children d17e7d2c1766
files src/window.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))