From: Chong Yidong Date: Tue, 24 Apr 2007 01:32:31 +0000 (+0000) Subject: * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED X-Git-Tag: emacs-pretest-22.0.99~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53105662b88ba9f5ed629ad3aba46ecae9e70597;p=emacs.git * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of the actual window. --- diff --git a/src/ChangeLog b/src/ChangeLog index 64cc1405d25..4b567e72e33 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-24 Chong Yidong + + * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED + values of the actual window. + 2007-04-23 Richard Stallman * process.c (Fstart_process): Doc fix.