From: Chong Yidong Date: Mon, 28 Jul 2008 19:40:22 +0000 (+0000) Subject: * xdisp.c (redisplay_window): Check return value of X-Git-Tag: emacs-pretest-22.2.90~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91594ca7b4d8727d909bdeaecc504b5475e49750;p=emacs.git * xdisp.c (redisplay_window): Check return value of compute_window_start_on_continuation_line before forcing a window start. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1952f115578..177af396c1f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-07-28 Chong Yidong + + * xdisp.c (redisplay_window): Check return value of + compute_window_start_on_continuation_line before forcing a window + start. + 2008-07-26 Eli Zaretskii * term.c (syms_of_term): Fix last change.