]> git.eshelyaron.com Git - emacs.git/commit
If the region is active, join all the lines it spans
authorŁukasz Stelmach <stlman@poczta.fm>
Fri, 15 Mar 2019 21:06:16 +0000 (22:06 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2019 08:47:36 +0000 (11:47 +0300)
commit8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82
tree8b95453244ce2e7a65e252aa8140786bb8bce140
parent09d746dad36e4780d379f975a84b1b076da78c50
If the region is active, join all the lines it spans

* lisp/simple.el (delete-indentation): Join lines in the active region.
(Bug#34796)

* doc/misc/org.texi: Describe the arguments of delete-indentation.

* etc/NEWS: Mention region support in delete-indentation.
doc/emacs/indent.texi
etc/NEWS
lisp/simple.el