aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-11-15 19:02:52 -0300
committerFabián Ezequiel Gallina2014-11-15 19:02:52 -0300
commit92f58578cc939e0d955437fcbc87cda80c2ba05c (patch)
treecfa7284f877f5bf05e98f6f607a38ce36ccd044e /test/ChangeLog
parentb6cd03a825f7b8bdd0a741f68f20f81fb541ee5b (diff)
downloademacs-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/ChangeLog5
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 @@
12014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> 12014-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
62014-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.