aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-11-26 23:45:24 -0300
committerFabián Ezequiel Gallina2014-11-26 23:45:24 -0300
commit7bf7edf53f65752f408d0f5e9d0af56bfcf683f5 (patch)
tree4ed89a4fd78933d181a30d1d97ea0acc308e7790 /lisp/ChangeLog
parent47f573a4bf6b5126884286690ce1e8818ada74ee (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-11-26 Stephen Berman <stephen.berman@gmx.net> 72014-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).