From: Chong Yidong Date: Fri, 7 Nov 2008 00:28:31 +0000 (+0000) Subject: * xdisp.c (try_window_reusing_current_matrix): Ensure that window X-Git-Tag: emacs-pretest-23.0.90~1937 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fd1562210d8e387ab9416d4b29eeca19644198c;p=emacs.git * xdisp.c (try_window_reusing_current_matrix): Ensure that window cursor position is valid after scrolling. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5b8003fe779..7c8d4327636 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-11-07 Chong Yidong + + * xdisp.c (try_window_reusing_current_matrix): Ensure that window + cursor position is valid after scrolling. + 2008-11-06 Juanma Barranquero * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.