]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_iterator_to_next): Reset stop_charpos after display vector.
authorKim F. Storm <storm@cua.dk>
Mon, 13 Dec 2004 14:27:56 +0000 (14:27 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 13 Dec 2004 14:27:56 +0000 (14:27 +0000)
src/xdisp.c

index 491418d857a995bba9b6716be5dbfd532d051d74..b27b5e2e744d6f0b27fc953f0aeb7ff7d7b18e4a 100644 (file)
@@ -5140,6 +5140,9 @@ set_iterator_to_next (it, reseat_p)
          it->dpvec = NULL;
          it->current.dpvec_index = -1;
 
+         /* Recheck faces after display vector */
+         it->stop_charpos = 0;
+
          /* Skip over characters which were displayed via IT->dpvec.  */
          if (it->dpvec_char_len < 0)
            reseat_at_next_visible_line_start (it, 1);