]> code.delx.au - gnu-emacs/commit
Don’t electrically quote ‘'’ in Python
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 15:56:02 +0000 (08:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 15:59:24 +0000 (08:59 -0700)
commit628053101d65749aecad5cc59d4dc0d0e7a8098d
tree1e491144adc90609d4791ca10abf0d7f8e66e76d
parentfd7b430afdd7ddea40cad7d231f634ff8bd536d8
Don’t electrically quote ‘'’ in Python

Problem reported by Philipp Stephani (Bug#23387).
* lisp/electric.el (electric-quote-post-self-insert-function):
Do not requote a string starter or ender.
lisp/electric.el