diff options
| author | Paul Eggert | 2011-04-09 11:42:31 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-09 11:42:31 -0700 |
| commit | 762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a (patch) | |
| tree | 7b2fe40a89bf327ea8b9ad8265a6b6f27cacd2a7 /src/window.c | |
| parent | eb3f1cc8dfe6a96505f1c5f9174b2712998cb52f (diff) | |
| parent | 8546720e6f25eb988e8215de6678798053031440 (diff) | |
| download | emacs-762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a.tar.gz emacs-762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a.zip | |
Merge from mainline.
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)) |