python.el: Handle tabs in python-indent-dedent-line.
commit6c8231ee8ce527b779df81249c0e597b9a04a17f
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Fri, 30 Jan 2015 03:41:52 +0000 (30 00:41 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Fri, 30 Jan 2015 03:41:52 +0000 (30 00:41 -0300)
treea0c617a1700e2b501d00cb9900b400c6f1aa19ae
parent41c3b9241cd78a1eaeb159572b6f4e546b1f8d7b
python.el: Handle tabs in python-indent-dedent-line.

Fixes: debbugs:19730

* lisp/progmodes/python.el (python-indent-dedent-line): Fixes for
indentation with tabs.  Thanks to <dale@codefu.org>.

* test/automated/python-tests.el
(python-indent-dedent-line-backspace-2)
(python-indent-dedent-line-backspace-3): New tests.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el