Readjust indentation automatically on lines with closing parens.
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:42 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:42 +0000 (00:03 -0300)
commit5eae76aed18a165854f55911ab8a5ac2bd83feed
tree0ccf6e287858ada92063403163860e135e2633ce
parent90a41b9dc2f64c4cd087ca4651dbf6066617fb4f
Readjust indentation automatically on lines with closing parens.

For this to work `python-indent-post-self-insert-function' is added to
the `post-self-insert-hook.' when python-mode is initialized.

New functions:
 + `python-indent-post-self-insert-function'
lisp/progmodes/python.el