diff options
| author | João Távora | 2014-04-02 10:59:06 +0100 |
|---|---|---|
| committer | João Távora | 2014-04-02 10:59:06 +0100 |
| commit | 200c532bd04a67a89db602462d74706051c61178 (patch) | |
| tree | ef02bee0c2b5aa0d8e9adc407d24a7e20a97b96a /test/ChangeLog | |
| parent | 2395f2b919f44cae22b2ca99cd779e69d79f710a (diff) | |
| download | emacs-200c532bd04a67a89db602462d74706051c61178.tar.gz emacs-200c532bd04a67a89db602462d74706051c61178.zip | |
Inhibit quote autopairing more frequently
* lisp/elec-pair.el (electric-pair-inhibit-if-helps-balance): Inhibit
quote pairing if point-max is inside an unterminated string.
(electric-pair--looking-at-unterminated-string-p):
Delete.
(electric-pair--in-unterminated-string-p): New function.
* test/automated/electric-tests.el (inhibit-if-strings-mismatched):
New test, change from `inhibit-only-of-next-is-mismatched'.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 75a3d0101c3..be845db162a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-02 João Távora <joaotavora@gmail.com> | ||
| 2 | |||
| 3 | * automated/electric-tests.el (inhibit-if-strings-mismatched): | ||
| 4 | New test, change from `inhibit-only-of-next-is-mismatched'. | ||
| 5 | |||
| 1 | 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com> | 6 | 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 7 | ||
| 3 | * automated/undo-tests.el (undo-test-marker-adjustment-nominal): | 8 | * automated/undo-tests.el (undo-test-marker-adjustment-nominal): |