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:
parent
e36aeef949
commit
06be4f8589
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue