From f884b1acef5e053fa33b2ebd3bce100fe643d71a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 25 Aug 2025 20:44:36 +0300 Subject: [PATCH] Fix assertion violations caused by recent redisplay changes * src/xdisp.c (push_it): Don't rest the string_from_prefix_prop_p flag. (Bug#79304) --- src/xdisp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 4f6acb84bbf..6411fd23335 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -7261,8 +7261,6 @@ push_it (struct it *it, struct text_pos *position) p->from_disp_prop_p = it->from_disp_prop_p; ++it->sp; - it->string_from_prefix_prop_p = false; - /* Save the state of the bidi iterator as well. */ if (it->bidi_p) bidi_push_it (&it->bidi_it);