diff options
| author | Richard M. Stallman | 2002-07-16 13:39:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-16 13:39:41 +0000 |
| commit | 06be4f8589c8be7290b049cc87bb71c6b18f58bf (patch) | |
| tree | ba387bca8c957989b07689d81acb25782dcd1d8e /src/window.c | |
| parent | e36aeef949023459c0254007cd9db297cf0d5f41 (diff) | |
| download | emacs-06be4f8589c8be7290b049cc87bb71c6b18f58bf.tar.gz emacs-06be4f8589c8be7290b049cc87bb71c6b18f58bf.zip | |
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
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)) |