Fix bug #17823 with vertical-motion in lines with line-prefix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Jun 2014 12:30:02 +0000 (15:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Jun 2014 12:30:02 +0000 (15:30 +0300)
commit53b15fa6dc1b975a617923ec1da5d1b29a1f6955
tree06c89292e6bfa367849ae67b7fd86e6f017fa2f0
parent3114d9e702aada713f029cfd80f8785240c9d940
Fix bug #17823 with vertical-motion in lines with line-prefix.

 src/indent.c (Fvertical_motion): Move to the goal column, if any,
 with a single call to move_it_in_display_line, not in two calls.
 Doing this with two calls causes move_it_in_display_line apply the
 line-prefix handling twice instead of just once.
src/ChangeLog
src/indent.c