Mercurial > emacs
comparison src/window.c @ 46410:7453a1fdc264
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Jul 2002 13:39:41 +0000 |
parents | 40db0673e6f0 |
children | ca48173ebf57 |
comparison
equal
deleted
inserted
replaced
46409:cb5bcb2c81ee | 46410:7453a1fdc264 |
---|---|
3143 Fset_buffer (buf); | 3143 Fset_buffer (buf); |
3144 BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF; | 3144 BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF; |
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)) |
3152 call1 (Vtemp_buffer_show_function, buf); | 3154 call1 (Vtemp_buffer_show_function, buf); |
3153 else | 3155 else |