Mercurial > emacs
changeset 80646:32f84c66697a
* xdisp.c (redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 28 Jul 2008 19:40:22 +0000 |
parents | 6b0ef5d1c3de |
children | be179fc25735 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 28 03:56:41 2008 +0000 +++ b/src/ChangeLog Mon Jul 28 19:40:22 2008 +0000 @@ -1,3 +1,9 @@ +2008-07-28 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (redisplay_window): Check return value of + compute_window_start_on_continuation_line before forcing a window + start. + 2008-07-26 Eli Zaretskii <eliz@gnu.org> * term.c (syms_of_term): Fix last change.