]> code.delx.au - gnu-emacs/commit
Fix point positioning after transposing with negative arg
authorEli Barzilay <eli@barzilay.org>
Fri, 13 Nov 2015 09:46:20 +0000 (11:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Nov 2015 19:58:52 +0000 (21:58 +0200)
commit27b93ec0a5fd2268d2ebfa338df6e1434cb7d451
tree06adf28a91559da70aaa8b440a72236da074d90f
parente0d2dc5fd7205dcfd9125a35a7dc4468d9f6b2af
Fix point positioning after transposing with negative arg

* lisp/simple.el (transpose-subr): When invoked with a negative
argument, move point to after the transposed text, like we do
when invoked with a positive argument.  (Bug#21885)

Backport.
lisp/simple.el