diff options
| author | Fabián Ezequiel Gallina | 2015-04-06 19:18:46 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-04-06 19:18:46 -0300 |
| commit | ab9252a01a61d08cc866dfc73dbed95523523556 (patch) | |
| tree | c5e50df3b9c1762d4700ab782ad19e0bea12c273 /lisp/ChangeLog | |
| parent | c91fd97dfb54863365e7153d0ccde144c79bb54f (diff) | |
| download | emacs-ab9252a01a61d08cc866dfc73dbed95523523556.tar.gz emacs-ab9252a01a61d08cc866dfc73dbed95523523556.zip | |
python.el: Do not break IPython magic completions.
Fixes: debbugs:19736
* lisp/progmodes/python.el (python-shell-completion-setup-code):
Cleaner setup; import rlcompleter as last resource.
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 d2f01c34c22..70602581cba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | python.el: Do not break IPython magic completions. (Bug#19736) | ||
| 4 | |||
| 5 | * progmodes/python.el (python-shell-completion-setup-code): | ||
| 6 | Cleaner setup; import rlcompleter as last resource. | ||
| 7 | |||
| 1 | 2015-04-06 Artur Malabarba <bruce.connor.am@gmail.com> | 8 | 2015-04-06 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | 9 | ||
| 3 | * emacs-lisp/package.el: Fix lack of "new" packages. | 10 | * emacs-lisp/package.el: Fix lack of "new" packages. |