]> code.delx.au - gnu-emacs/commit
Fix vertical cursor motion across overlay strings with newlines
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Sep 2015 10:15:55 +0000 (13:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Sep 2015 10:15:55 +0000 (13:15 +0300)
commit6514b30e6eb14e9d2364c08526dc8440a7412fef
treef6a1f9970c8cfdf786f25e682da4ccabfa956e60
parentfc9dc032906d840f63d29fbdcfd25e36ca3451b8
Fix vertical cursor motion across overlay strings with newlines

* src/indent.c (Fvertical_motion): Don't leave point in the middle
of an overlay string with newlines, as that will position the
cursor after the string at whatever column is there.  (Bug#21468)
src/indent.c