1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

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)
This commit is contained in:
Eli Zaretskii 2025-08-25 20:44:36 +03:00
parent 0c49f5917f
commit f884b1acef

View file

@ -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);