diff options
| author | Fabián Ezequiel Gallina | 2014-11-15 19:02:52 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-11-15 19:02:52 -0300 |
| commit | 92f58578cc939e0d955437fcbc87cda80c2ba05c (patch) | |
| tree | cfa7284f877f5bf05e98f6f607a38ce36ccd044e /test/ChangeLog | |
| parent | b6cd03a825f7b8bdd0a741f68f20f81fb541ee5b (diff) | |
| download | emacs-92f58578cc939e0d955437fcbc87cda80c2ba05c.tar.gz emacs-92f58578cc939e0d955437fcbc87cda80c2ba05c.zip | |
Fixes: debbugs:18432
* lisp/progmodes/python.el (python-indent-calculate-levels): Fix
indentation behavior multiline dedenter statement.
* test/automated/python-tests.el (python-indent-dedenters-8): New test
for Bug#18432.
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 971a4f8f400..4f7f068e796 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/python-tests.el (python-indent-dedenters-8): New test | ||
| 4 | for Bug#18432. | ||
| 5 | |||
| 6 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 7 | |||
| 3 | * automated/python-tests.el (python-indent-region-1) | 8 | * automated/python-tests.el (python-indent-region-1) |
| 4 | (python-indent-region-2, python-indent-region-3) | 9 | (python-indent-region-2, python-indent-region-3) |
| 5 | (python-indent-region-4, python-indent-region-5): New tests. | 10 | (python-indent-region-4, python-indent-region-5): New tests. |