diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index 5ca46dd3316..d023f9a29cd 100644 --- a/src/window.c +++ b/src/window.c @@ -3664,9 +3664,6 @@ temp_output_buffer_show (register Lisp_Object 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 (!NILP (Vtemp_buffer_show_function)) |