]> code.delx.au - gnu-emacs/commit
* lisp/progmodes/python.el (python-mode-map): Remove binding for ":".
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 02:03:39 +0000 (21:03 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Nov 2013 02:03:39 +0000 (21:03 -0500)
commitbd15d9d1ad961157afa3a16bc1ceb11be64e46f1
tree08f18f4c7617387e9d6006d7eb808e24f4abcdb6
parent7cdf484be3f4408b2bdf58db5bd4ae896cf262e5
* lisp/progmodes/python.el (python-mode-map): Remove binding for ":".
(python-indent-electric-colon): Remove command.
(python-indent-post-self-insert-function): Integrate the previous code
of python-indent-electric-colon.  Make it conditional on
electric-indent-mode.
(python-mode): Add ?: to electric-indent-chars.
Move python-indent-post-self-insert-function to the end of
post-self-insert-hook.
lisp/ChangeLog
lisp/progmodes/python.el