mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 14:01:33 -08:00
src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.
This commit is contained in:
parent
710dec6300
commit
9bade7b2d8
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue