/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.840 by rms, Fri Jun 27 02:24:29 2003 UTC revision 1.841 by rms, Mon Jul 7 20:40:57 2003 UTC
# Line 4536  reseat_1 (it, pos, set_stop_p) Line 4536  reseat_1 (it, pos, set_stop_p)
4536    IT_STRING_BYTEPOS (*it) = -1;    IT_STRING_BYTEPOS (*it) = -1;
4537    it->string = Qnil;    it->string = Qnil;
4538    it->method = next_element_from_buffer;    it->method = next_element_from_buffer;
4539      /* RMS: I added this to fix a bug in move_it_vertically_backward
4540         where it->area continued to relate to the starting point
4541         for the backward motion.  Bug report from
4542         Nick Roberts <nick@nick.uklinux.net> on 19 May 2003.
4543         However, I am not sure whether reseat still does the right thing
4544         in general after this change.  */
4545      it->area = TEXT_AREA;
4546    it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters);    it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters);
4547    it->sp = 0;    it->sp = 0;
4548    it->face_before_selective_p = 0;    it->face_before_selective_p = 0;

Legend:
Removed from v.1.840  
changed lines
  Added in v.1.841

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26