1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

* xdisp.c (redisplay_window): When deciding whether or not to

recenter, don't use the reset values of BEG_UNCHANGED and
END_UNCHANGED.
This commit is contained in:
Chong Yidong 2007-04-15 21:50:18 +00:00
parent fcc43c5c56
commit bc4aed8fba

View file

@ -1,3 +1,9 @@
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (redisplay_window): When deciding whether or not to
recenter, don't use the reset values of BEG_UNCHANGED and
END_UNCHANGED.
2007-04-13 Kim F. Storm <storm@cua.dk>
* buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes