diff options
| author | Fabián Ezequiel Gallina | 2014-11-15 18:10:58 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-11-15 18:10:58 -0300 |
| commit | 89ebffc1f60ead9b35c88663eadb345c3f569c3d (patch) | |
| tree | d40ecde08eac62c35e4016caec0b41fbb28efa9d /lisp/ChangeLog | |
| parent | a6b42789b55688822b762a20865c8d2c812125b9 (diff) | |
| download | emacs-89ebffc1f60ead9b35c88663eadb345c3f569c3d.tar.gz emacs-89ebffc1f60ead9b35c88663eadb345c3f569c3d.zip | |
Fix region indentation
Fixes: debbugs:18843
* lisp/progmodes/python.el (python-indent-region): Use
python-indent-line and skip special cases.
* test/automated/python-tests.el (python-indent-region-1)
(python-indent-region-2, python-indent-region-3)
(python-indent-region-4, python-indent-region-5): New tests.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f00403c39b..fe06ac671b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-indent-region): Use | ||
| 4 | python-indent-line and skip special cases. (Bug#18843) | ||
| 5 | |||
| 1 | 2014-11-15 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-11-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940) | 8 | * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940) |