diff options
| author | Fabián Ezequiel Gallina | 2013-04-17 19:23:13 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2013-04-17 19:23:13 -0300 |
| commit | 04754d3612ea2f09440604c571814e0795511fa3 (patch) | |
| tree | 20fe20127a95831eb06c2313f3c2cca2abddc1a0 /lisp/ChangeLog | |
| parent | dd8791e96feb4915c895a4879deee67e672e0a7f (diff) | |
| download | emacs-04754d3612ea2f09440604c571814e0795511fa3.tar.gz emacs-04754d3612ea2f09440604c571814e0795511fa3.zip | |
* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercases
and do not care about match data.
* test/automated/python-tests.el (python-nav-backward-defun-2)
(python-nav-backward-defun-3, python-nav-forward-defun-2)
(python-nav-forward-defun-3): 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 4ace42afa09..fdb9ac2acab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-nav--syntactically): Fix cornercases | ||
| 4 | and do not care about match data. | ||
| 5 | |||
| 1 | 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized | 8 | * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized |