Don't delete selection after indent-rigidly
commit9ae89c2c99cd222239f368999cd3accb2b9a235d
authorNoam Postavsky <npostavs@gmail.com>
Sun, 3 Jul 2016 18:00:19 +0000 (3 14:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 Aug 2016 20:16:02 +0000 (6 16:16 -0400)
treee769a6284e644a7debf9393a10eeccd3804f23cb
parent031af49e74195ed1645b53dca741fff8a8411a08
Don't delete selection after indent-rigidly

* lisp/indent.el (indent-rigidly): Pass `deactivate-mark' as the ON-EXIT
function to `set-transient-map', this prevents `delete-selection-mode'
from deleting the text that was just indented (Bug #20408).
lisp/indent.el