]> git.eshelyaron.com Git - emacs.git/commit
Disable electric indent for python strings (Bug#29305)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 19 Nov 2017 14:00:43 +0000 (09:00 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 2 Dec 2017 14:35:40 +0000 (09:35 -0500)
commit946bb6d2250ce81fc68ec0bca4e1bb79815f4a59
treebf969307cdf4e3f2208f22520317d3510874a7bd
parent35f1ed10e464c105758994050edec05506a5dfb3
Disable electric indent for python strings (Bug#29305)

* lisp/progmodes/python.el (python-indent-post-self-insert-function):
Do nothing when point or beginning of line is in string.
lisp/progmodes/python.el