mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.
This commit is contained in:
parent
710dec6300
commit
9bade7b2d8
@ -1,3 +1,7 @@
|
||||
2011-09-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (reseat_at_next_visible_line_start): Fix last change.
|
||||
|
||||
2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix minor problem found by static checking.
|
||||
|
@ -5812,7 +5812,7 @@ reseat_at_next_visible_line_start (struct it *it, int on_newline_p)
|
||||
else if (skipped_p)
|
||||
{
|
||||
reseat (it, it->current.pos, 0);
|
||||
if (it->bidi_p)
|
||||
if (it->bidi_p && !STRINGP (it->string))
|
||||
{
|
||||
it->bidi_it.new_paragraph = new_paragraph;
|
||||
it->bidi_it.first_elt = first_elt;
|
||||
|
Loading…
Reference in New Issue
Block a user