]> git.eshelyaron.com Git - emacs.git/commit
(redisplay_window): Fix infinite loop in redisplay.
authorKim F. Storm <storm@cua.dk>
Tue, 25 Feb 2003 12:33:32 +0000 (12:33 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 25 Feb 2003 12:33:32 +0000 (12:33 +0000)
commit932357b45cb6c88e5a74cc14934b1caeb2d666c7
tree0283c2b23e5d0213ed922d8119c69db4ca164468
parentb92843717547cf84299a2aad833450c0032e4732
(redisplay_window): Fix infinite loop in redisplay.
If centering point failed to make whole line visible and vscroll
is non-zero, disable vscroll and try centering point again.
src/ChangeLog
src/xdisp.c