diff options
| author | Fabián Ezequiel Gallina | 2013-12-12 02:37:09 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2013-12-12 02:37:09 -0300 |
| commit | 09faee72dd0743a5b46444b5e917ee1259843788 (patch) | |
| tree | 13f65f15d978b036b9fca79cd3803220f1fcf1dd /test/ChangeLog | |
| parent | 139f528442726be5160120fb13e68240982de92f (diff) | |
| download | emacs-09faee72dd0743a5b46444b5e917ee1259843788.tar.gz emacs-09faee72dd0743a5b46444b5e917ee1259843788.zip | |
* lisp/progmodes/python.el (python-indent-context)
(python-indent-calculate-indentation): Fix auto-identation
behavior for comment blocks.
* test/automated/python-tests.el (python-indent-after-comment-1)
(python-indent-after-comment-2): New tests.
Fixes: debbugs:15916
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 ce7208db229..790725b6342 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el (python-indent-after-comment-1) | ||
| 4 | (python-indent-after-comment-2): New tests. | ||
| 5 | |||
| 1 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> | 6 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> |
| 2 | 7 | ||
| 3 | * automated/python-test.el (python-indent-block-enders-1): Rename | 8 | * automated/python-test.el (python-indent-block-enders-1): Rename |