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 ebfd1b0f778..a8a6fceaaee 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3664,9 +3664,6 @@ temp_output_buffer_show (register Lisp_Object buf) | |||
| 3664 | BEGV = BEG; | 3664 | BEGV = BEG; |
| 3665 | ZV = Z; | 3665 | ZV = Z; |
| 3666 | SET_PT (BEG); | 3666 | SET_PT (BEG); |
| 3667 | #if 0 /* rms: there should be no reason for this. */ | ||
| 3668 | XBUFFER (buf)->prevent_redisplay_optimizations_p = 1; | ||
| 3669 | #endif | ||
| 3670 | set_buffer_internal (old); | 3667 | set_buffer_internal (old); |
| 3671 | 3668 | ||
| 3672 | if (!NILP (Vtemp_buffer_show_function)) | 3669 | if (!NILP (Vtemp_buffer_show_function)) |