comparison src/xdisp.c @ 58931:877029420a0c

(set_iterator_to_next): Reset stop_charpos after display vector.
author Kim F. Storm <storm@cua.dk>
date Mon, 13 Dec 2004 14:27:56 +0000
parents 5a16d4350770
children 36d7c274dcef fb79180b618d
comparison
equal deleted inserted replaced
58930:8bc2f862fb33 58931:877029420a0c
5138 it->method = next_element_from_buffer; 5138 it->method = next_element_from_buffer;
5139 5139
5140 it->dpvec = NULL; 5140 it->dpvec = NULL;
5141 it->current.dpvec_index = -1; 5141 it->current.dpvec_index = -1;
5142 5142
5143 /* Recheck faces after display vector */
5144 it->stop_charpos = 0;
5145
5143 /* Skip over characters which were displayed via IT->dpvec. */ 5146 /* Skip over characters which were displayed via IT->dpvec. */
5144 if (it->dpvec_char_len < 0) 5147 if (it->dpvec_char_len < 0)
5145 reseat_at_next_visible_line_start (it, 1); 5148 reseat_at_next_visible_line_start (it, 1);
5146 else if (it->dpvec_char_len > 0) 5149 else if (it->dpvec_char_len > 0)
5147 { 5150 {