changeset 71345:50899a9ba412

* xdisp.c (back_to_previous_visible_line_start): Reset it->continuation_lines_width.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 14 Jun 2006 14:29:47 +0000
parents 428906b1827f
children 1405144e8610
files src/ChangeLog src/xdisp.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jun 14 10:42:25 2006 +0000
+++ b/src/ChangeLog	Wed Jun 14 14:29:47 2006 +0000
@@ -1,3 +1,8 @@
+2006-06-14  Chong Yidong  <cyd@stupidchicken.com>
+
+	* xdisp.c (back_to_previous_visible_line_start): Reset
+	it->continuation_lines_width.
+
 2006-06-14  Richard Stallman  <rms@gnu.org>
 
 	* eval.c (Fdefconst): Mark variable as risky.
--- a/src/xdisp.c	Wed Jun 14 10:42:25 2006 +0000
+++ b/src/xdisp.c	Wed Jun 14 14:29:47 2006 +0000
@@ -5139,6 +5139,8 @@
       break;
     }
 
+  it->continuation_lines_width = 0;
+
   xassert (IT_CHARPOS (*it) >= BEGV);
   xassert (IT_CHARPOS (*it) == BEGV
 	   || FETCH_BYTE (IT_BYTEPOS (*it) - 1) == '\n');