diff options
| author | Nathan Trapuzzano | 2013-12-12 00:47:41 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2013-12-12 00:47:41 -0300 |
| commit | f54de22e65df1f0f0345efce4d6fd3487d0f7bb5 (patch) | |
| tree | 6d409273d9641c2882505033c3ab0e9a50751e35 /test/ChangeLog | |
| parent | 6cc4c89b6c45496cc63b3e0cee0971dc1a914015 (diff) | |
| download | emacs-f54de22e65df1f0f0345efce4d6fd3487d0f7bb5.tar.gz emacs-f54de22e65df1f0f0345efce4d6fd3487d0f7bb5.zip | |
* lisp/progmodes/python.el (python-indent-calculate-indentation): When
determining indentation, don't treat "return", "pass", etc., as
operators when they are just string constituents.
* automated/python-test.el (python-indent-block-enders-1): Rename
from python-indent-block-enders.
(python-indent-block-enders-2): New test.
Fixes: debbugs:15812
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8fc6bc5158a..ce7208db229 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> | ||
| 2 | |||
| 3 | * automated/python-test.el (python-indent-block-enders-1): Rename | ||
| 4 | from python-indent-block-enders. | ||
| 5 | (python-indent-block-enders-2): New test. | ||
| 6 | |||
| 1 | 2013-12-08 Dmitry Gutov <dgutov@yandex.ru> | 7 | 2013-12-08 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 8 | ||
| 3 | * indent/js.js: New file. | 9 | * indent/js.js: New file. |