Mercurial > emacs
diff src/xdisp.c @ 59843:615d37ab8a5d
(back_to_previous_visible_line_start): Reset iterator
stack before calling handle_display_prop.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 01 Feb 2005 08:56:01 +0000 |
parents | e4f04fff5ce6 |
children | 212069a54aca fa9654493afb |
line wrap: on
line diff
--- a/src/xdisp.c Tue Feb 01 08:55:42 2005 +0000 +++ b/src/xdisp.c Tue Feb 01 08:56:01 2005 +0000 @@ -4703,6 +4703,7 @@ int beg, end; Lisp_Object val, overlay; + it2.sp = 0; if (handle_display_prop (&it2) == HANDLED_RETURN && !NILP (val = get_char_property_and_overlay (make_number (pos), Qdisplay, Qnil, &overlay))