Mercurial > emacs
changeset 77474:80299860c7c7
* xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
values of the actual window.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 24 Apr 2007 01:32:31 +0000 |
parents | dcc12af6d555 |
children | 6423e582c81d |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Apr 24 00:24:19 2007 +0000 +++ b/src/ChangeLog Tue Apr 24 01:32:31 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-24 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED + values of the actual window. + 2007-04-23 Richard Stallman <rms@gnu.org> * process.c (Fstart_process): Doc fix.