]> git.eshelyaron.com Git - emacs.git/commit
Enhanced closing block notification when line is indented or a colon is inserted.
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)
commitcd7ab092997474f7abba8bff2e0c5df888011ed7
tree358ede1f9dfdf1d41382c310616ac14d0a9fc0d2
parent5eae76aed18a165854f55911ab8a5ac2bd83feed
Enhanced closing block notification when line is indented or a colon is inserted.

`python-indent-line' and `python-indent-electric-colon' now uses the
new `python-info-closing-block-message' function that takes care of
messaging the block the current line is closing (if applicable).

New Functions:
 + `python-info-closing-block-message'
lisp/progmodes/python.el