Mercurial > emacs
changeset 80973:3b4225acb016
* xdisp.c (redisplay_window): If first window line is a continuation
line, recompute the new window start instead of recentering.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 19 May 2007 18:43:04 +0000 |
parents | ab9e91ae1f3b |
children | 79176e637d2a |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 19 18:39:44 2007 +0000 +++ b/src/ChangeLog Sat May 19 18:43:04 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-19 Chong Yidong <cyd@stupidchicken.com> + + * 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 <rgm@gnu.org> * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.