# HG changeset patch # User Chong Yidong # Date 1226017711 0 # Node ID ba5206ebe3ffcea037f336f92a0b1d13655f5a1c # Parent 79b6c0e7e972485667f0626e44ec00cb23c7d25e * xdisp.c (try_window_reusing_current_matrix): Ensure that window cursor position is valid after scrolling. diff -r 79b6c0e7e972 -r ba5206ebe3ff src/ChangeLog --- a/src/ChangeLog Thu Nov 06 22:39:39 2008 +0000 +++ b/src/ChangeLog Fri Nov 07 00:28:31 2008 +0000 @@ -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.