diff options
| author | João Távora | 2014-04-07 00:23:45 +0100 |
|---|---|---|
| committer | João Távora | 2014-04-07 00:23:45 +0100 |
| commit | 7aecc2f6ca3842395436f111449dbdcdce494ad5 (patch) | |
| tree | c78d04a004e0e1185e78fb4fbe36f4729d8641e8 /lisp/ChangeLog | |
| parent | 89f20f76d8fa700d2a534834bf178ac8796d35cf (diff) | |
| download | emacs-7aecc2f6ca3842395436f111449dbdcdce494ad5.tar.gz emacs-7aecc2f6ca3842395436f111449dbdcdce494ad5.zip | |
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
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d6436cfafc..c30c02dcef3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,14 @@ | |||
| 1 | 2014-04-06 João Távora <joaotavora@gmail.com> | 1 | 2014-04-06 João Távora <joaotavora@gmail.com> |
| 2 | 2 | ||
| 3 | * progmodes/python.el (python-electric-pair-string-delimiter): Fix | ||
| 4 | triple-quoting electricity. (Bug#17192) | ||
| 5 | |||
| 6 | 2014-04-06 João Távora <joaotavora@gmail.com> | ||
| 7 | |||
| 3 | * elec-pair.el (electric-pair-post-self-insert-function): Don't | 8 | * elec-pair.el (electric-pair-post-self-insert-function): Don't |
| 4 | skip whitespace when `electric-pair-text-pairs' and | 9 | skip whitespace when `electric-pair-text-pairs' and |
| 5 | `electric-pair-pairs' were used. syntax to | 10 | `electric-pair-pairs' were used. syntax to |
| 6 | electric-pair--skip-whitespace. (Bug#17183) | 11 | electric-pair--skip-whitespace. (Bug#17183) |
| 7 | 12 | ||
| 8 | 2014-04-06 Eli Zaretskii <eliz@gnu.org> | 13 | 2014-04-06 Eli Zaretskii <eliz@gnu.org> |
| 9 | 14 | ||