diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 333e07b142d..616afd6bc51 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3145,7 +3145,9 @@ temp_output_buffer_show (buf) | |||
| 3145 | BEGV = BEG; | 3145 | BEGV = BEG; |
| 3146 | ZV = Z; | 3146 | ZV = Z; |
| 3147 | SET_PT (BEG); | 3147 | SET_PT (BEG); |
| 3148 | #if 0 /* rms: there should be no reason for this. */ | ||
| 3148 | XBUFFER (buf)->prevent_redisplay_optimizations_p = 1; | 3149 | XBUFFER (buf)->prevent_redisplay_optimizations_p = 1; |
| 3150 | #endif | ||
| 3149 | set_buffer_internal (old); | 3151 | set_buffer_internal (old); |
| 3150 | 3152 | ||
| 3151 | if (!EQ (Vtemp_buffer_show_function, Qnil)) | 3153 | if (!EQ (Vtemp_buffer_show_function, Qnil)) |