]> code.delx.au - gnu-emacs/commit
Fix bug#21762
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Nov 2015 01:55:16 +0000 (02:55 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Nov 2015 01:55:16 +0000 (02:55 +0100)
commit590a820fd9a7a0ab92b4b2927d4ca4a3582af528
treec4f7e4d7c1dee1a99c4914d1d9b5529d576b8419
parent92780954424c7c2e815b2234cb0b23064119a172
Fix bug#21762

* lisp/progmodes/python.el (python-syntax-closing-paren-p): Check with
`eql' instead of `=' to accommodate the case that (syntax-after (point))
returns nil.

* test/automated/python-tests.el (python-indent-inside-paren-7):
New test.
lisp/progmodes/python.el
test/automated/python-tests.el