1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.

This commit is contained in:
Richard M. Stallman 2002-07-16 13:39:41 +00:00
parent e36aeef949
commit 06be4f8589

View file

@ -3145,7 +3145,9 @@ temp_output_buffer_show (buf)
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))