1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

Bug #9224 was fixed together with bug #9221.

This commit is contained in:
Eli Zaretskii 2011-08-05 17:31:40 +03:00
parent ec7cc85b39
commit 412b635880

View file

@ -19,7 +19,7 @@
(move_it_vertically_backward, move_it_by_lines): Replace the call
to xfree to an equivalent call to bidi_unshelve_cache.
(move_it_in_display_line_to): Fix logic of returning
MOVE_POS_MATCH_OR_ZV in the bidi case.
MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
2011-08-05 Eli Zaretskii <eliz@gnu.org>