Mercurial > emacs
changeset 99152:162fccf6d2c3
* xdisp.c (try_scrolling): When computing distance from the scroll
margin, don't use MOVE_TO_Y.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 27 Oct 2008 05:15:17 +0000 |
parents | 524569e0f990 |
children | d03ac65823d1 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 27 02:12:03 2008 +0000 +++ b/src/ChangeLog Mon Oct 27 05:15:17 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-27 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (try_scrolling): When computing distance from the scroll + margin, don't use MOVE_TO_Y. + 2008-10-26 Romain Francoise <romain@orebokech.com> * emacs.c (daemon_pipe): New variable.