]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (try_scrolling): When computing the distance from the scroll
authorChong Yidong <cyd@stupidchicken.com>
Mon, 27 Oct 2008 18:32:39 +0000 (18:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 27 Oct 2008 18:32:39 +0000 (18:32 +0000)
margin to PT, try moving some distance past the window bottom before
giving up.

src/ChangeLog

index 480007263028cb2ab480fc413a5162e6b795c153..b39b1c49bada9559db00bd16ed702daf4c1b14b9 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (try_scrolling): When computing the distance from the
+       scroll margin to PT, try moving some distance past the window
+       bottom before giving up.
+
 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)