diff options
| author | Fabián Ezequiel Gallina | 2014-06-21 11:14:54 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-06-21 11:14:54 -0300 |
| commit | 656f99beebbe122d84754f4f25c4b1b8c53e8941 (patch) | |
| tree | ddf72d5ce2bdbcbc5fe83d0959f4feba08e53ea6 /lisp/ChangeLog | |
| parent | edd112b7f8956e727b21976e9e6a36256d724c24 (diff) | |
| download | emacs-656f99beebbe122d84754f4f25c4b1b8c53e8941.tar.gz emacs-656f99beebbe122d84754f4f25c4b1b8c53e8941.zip | |
Fix completion retrieval parsing.
* progmodes/python.el (python-mode):
(python-util-strip-string): New function.
(python-shell-completion-get-completions): Use it.
* automated/python-tests.el (python-util-strip-string-1): New test.
Fixes: debbugs:17209
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46f87253825..9af92aebf3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | Fix completion retrieval parsing (bug#17209). | ||
| 4 | * progmodes/python.el (python-mode): | ||
| 5 | (python-util-strip-string): New function. | ||
| 6 | (python-shell-completion-get-completions): Use it. | ||
| 7 | |||
| 1 | 2014-06-21 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-06-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * skeleton.el (skeleton-insert): Fix last change. | 10 | * skeleton.el (skeleton-insert): Fix last change. |