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:
parent
0c49f5917f
commit
f884b1acef
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue