changeset 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 8bc2f862fb33
children ce2e33a2adae
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Dec 13 14:27:33 2004 +0000
+++ b/src/xdisp.c	Mon Dec 13 14:27:56 2004 +0000
@@ -5140,6 +5140,9 @@
 	  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);