]> git.eshelyaron.com Git - emacs.git/commit
Fix triple-quoting electricity in python-mode
authorJoão Távora <joaotavora@gmail.com>
Sun, 6 Apr 2014 23:23:45 +0000 (00:23 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 6 Apr 2014 23:23:45 +0000 (00:23 +0100)
commit7aecc2f6ca3842395436f111449dbdcdce494ad5
treec78d04a004e0e1185e78fb4fbe36f4729d8641e8
parent89f20f76d8fa700d2a534834bf178ac8796d35cf
Fix triple-quoting electricity in python-mode

* lisp/progmodes/python.el (python-electric-pair-string-delimiter): Fix
triple-quoting electricity.

* test/automated/python-tests.el (python-triple-quote-pairing): New test.
(python-syntax-after-python-backspace): New test.

Fixes: debbugs:17192
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el