aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-07-19 16:19:47 -0300
committerFabián Ezequiel Gallina2014-07-19 16:19:47 -0300
commiteb8cb39e8930b476e20bb8434e28a350e46ece34 (patch)
tree5471a8d50ebfbdc9564b0d5a31850a72b9912343 /lisp/ChangeLog
parentd949ade3c101981d015b3d78d061bdff584df13a (diff)
downloademacs-eb8cb39e8930b476e20bb8434e28a350e46ece34.tar.gz
emacs-eb8cb39e8930b476e20bb8434e28a350e46ece34.zip
Fix Python shell prompts detection for remote hosts.
* lisp/progmodes/python.el (python-shell-prompt-detect): Replace call-process with process-file and make it more robust.
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 2a1266a6031..437b2225ce1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 Fix Python shell prompts detection for remote hosts.
4 * progmodes/python.el (python-shell-prompt-detect): Replace
5 call-process with process-file and make it more robust.
6
12014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org> 72014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 8
3 Autodetect Python shell prompts. (Bug#17370) 9 Autodetect Python shell prompts. (Bug#17370)