From: Chong Yidong Date: Sat, 19 May 2007 18:43:04 +0000 (+0000) Subject: * xdisp.c (redisplay_window): If first window line is a continuation X-Git-Tag: emacs-pretest-23.0.90~12637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f176569090e06e716faf0be193215277713ff5a0;p=emacs.git * xdisp.c (redisplay_window): If first window line is a continuation line, recompute the new window start instead of recentering. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7b34840776b..120b612141d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2007-05-19 Chong Yidong + + * xdisp.c (redisplay_window): If first window line is a + continuation line, recompute the new window start instead of + recentering. + 2007-05-18 Glenn Morris * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.