From: Chong Yidong Date: Mon, 27 Oct 2008 05:15:17 +0000 (+0000) Subject: * xdisp.c (try_scrolling): When computing distance from the scroll X-Git-Tag: emacs-pretest-23.0.90~2168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6584f2854b764fdbe7013b95df63bcfafb2e8d6f;p=emacs.git * xdisp.c (try_scrolling): When computing distance from the scroll margin, don't use MOVE_TO_Y. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4de35db502f..ef5eaab731c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-10-27 Chong Yidong + + * xdisp.c (try_scrolling): When computing distance from the scroll + margin, don't use MOVE_TO_Y. + 2008-10-26 Romain Francoise * emacs.c (daemon_pipe): New variable.