Fix vertical cursor motion when cursor is on the fringe
commit2367c15b18dd6b3aaf82bdbab9d2e833ec838ef4
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2017 14:53:48 +0000 (13 17:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2017 14:53:48 +0000 (13 17:53 +0300)
treedb623d80ba40cd10f1b3ea5a9ff6ccb97e32cbaa
parent28a5b8adcc1cf5e70b06749c73645f4caa9d0b37
Fix vertical cursor motion when cursor is on the fringe

* lisp/simple.el (line-move-visual): Fix an off-by-one error in
setting temporary-goal-column when newline overflows into the
fringe.  Support that use case in R2L paragraphs as well.
lisp/simple.el