diff options
| author | Fabián Ezequiel Gallina | 2014-09-01 19:51:46 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-09-01 19:51:46 -0300 |
| commit | 0e4c8f1856c46900f9530977e5ac9f83ca13bbfd (patch) | |
| tree | 529ec7bc3cad3c868e1662d3e8ff6e83c29323ce /test/ChangeLog | |
| parent | ad5c82a8cc3f78172dc872c7fe3c6e774f50fe15 (diff) | |
| download | emacs-0e4c8f1856c46900f9530977e5ac9f83ca13bbfd.tar.gz emacs-0e4c8f1856c46900f9530977e5ac9f83ca13bbfd.zip | |
* lisp/progmodes/python.el (python-indent-post-self-insert-function):
Avoid electric colon at beginning-of-defun.
* test/automated/python-tests.el:
(python-indent-electric-colon-1): New test. (Bug#18228)
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 90b30a4dd66..dcab604dbb1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-09-01 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el: | ||
| 4 | (python-indent-electric-colon-1): New test. (Bug#18228) | ||
| 5 | |||
| 1 | 2014-08-18 Glenn Morris <rgm@gnu.org> | 6 | 2014-08-18 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/python-tests.el (python-shell-calculate-exec-path-2): | 8 | * automated/python-tests.el (python-shell-calculate-exec-path-2): |