]> git.eshelyaron.com Git - emacs.git/commit
Fix region indentation
authorFabián Ezequiel Gallina <galli.87@gmail.com>
Sat, 15 Nov 2014 21:10:58 +0000 (18:10 -0300)
committerFabián Ezequiel Gallina <galli.87@gmail.com>
Sat, 15 Nov 2014 21:10:58 +0000 (18:10 -0300)
commit89ebffc1f60ead9b35c88663eadb345c3f569c3d
treed40ecde08eac62c35e4016caec0b41fbb28efa9d
parenta6b42789b55688822b762a20865c8d2c812125b9
Fix region indentation

Fixes: debbugs:18843
* lisp/progmodes/python.el (python-indent-region): Use
python-indent-line and skip special cases.

* test/automated/python-tests.el (python-indent-region-1)
(python-indent-region-2, python-indent-region-3)
(python-indent-region-4, python-indent-region-5): New tests.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el