diff options
| author | Fabián Ezequiel Gallina | 2014-11-26 23:45:24 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-11-26 23:45:24 -0300 |
| commit | 7bf7edf53f65752f408d0f5e9d0af56bfcf683f5 (patch) | |
| tree | 4ed89a4fd78933d181a30d1d97ea0acc308e7790 /lisp/ChangeLog | |
| parent | 47f573a4bf6b5126884286690ce1e8818ada74ee (diff) | |
| download | emacs-7bf7edf53f65752f408d0f5e9d0af56bfcf683f5.tar.gz emacs-7bf7edf53f65752f408d0f5e9d0af56bfcf683f5.zip | |
* lisp/progmodes/python.el (python-shell-completion-setup-code): Use
__builtin__ module (or builtins in Python 3) and catch all errors
when importing readline and rlcompleter.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5947c76ac17..af75f8db368 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-shell-completion-setup-code): Use | ||
| 4 | __builtin__ module (or builtins in Python 3) and catch all errors | ||
| 5 | when importing readline and rlcompleter. | ||
| 6 | |||
| 1 | 2014-11-26 Stephen Berman <stephen.berman@gmx.net> | 7 | 2014-11-26 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 8 | ||
| 3 | * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187). | 9 | * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187). |