]> git.eshelyaron.com Git - emacs.git/commitdiff
(reseat_1): Call bidi_init_it with a previous position.
authorKenichi Handa <handa@m17n.org>
Mon, 8 Mar 2004 07:47:17 +0000 (07:47 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 8 Mar 2004 07:47:17 +0000 (07:47 +0000)
src/xdisp.c

index 3fe9f8d5300ee906d935b85df9f4f36d91faed75..2f162108f1bc652a3feff666123435e56c5b552c 100644 (file)
@@ -4649,7 +4649,7 @@ reseat_1 (it, pos, set_stop_p)
 
   if (it->bidi_p)
     {
-      bidi_init_it (pos.charpos, L2R, &it->bidi_it);
+      bidi_init_it (pos.charpos - 1, L2R, &it->bidi_it);
       bidi_get_next_char_visually (&it->bidi_it);
 
       pos.charpos = it->bidi_it.charpos;