]> git.eshelyaron.com Git - emacs.git/commit
* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
authorChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 18:26:02 +0000 (18:26 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 18:26:02 +0000 (18:26 +0000)
commitb2c5015c6b60c79d754918dd03543f81d6e49b17
tree1b430ee55b794e3cd34154f9ca690f86c9260412
parent245cacf13113f35e075fca56bf6180d24c086a41
* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
instead of window-end which does the wrong thing at eob.
(try_cursor_movement): Minor optimization.
(redisplay_window): If scroll margin is defined, don't assume
window doesn't need scrolling.
src/ChangeLog