emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 07 Jul 2003 16:40:58 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.840 emacs/src/xdisp.c:1.841
*** emacs/src/xdisp.c:1.840     Thu Jun 26 22:24:29 2003
--- emacs/src/xdisp.c   Mon Jul  7 16:40:57 2003
***************
*** 4536,4541 ****
--- 4536,4548 ----
    IT_STRING_BYTEPOS (*it) = -1;
    it->string = Qnil;
    it->method = next_element_from_buffer;
+   /* RMS: I added this to fix a bug in move_it_vertically_backward
+      where it->area continued to relate to the starting point
+      for the backward motion.  Bug report from
+      Nick Roberts <address@hidden> on 19 May 2003.
+      However, I am not sure whether reseat still does the right thing
+      in general after this change.  */
+   it->area = TEXT_AREA;
    it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters);
    it->sp = 0;
    it->face_before_selective_p = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]