diff options
| author | Fabián Ezequiel Gallina | 2014-07-19 16:19:47 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-07-19 16:19:47 -0300 |
| commit | eb8cb39e8930b476e20bb8434e28a350e46ece34 (patch) | |
| tree | 5471a8d50ebfbdc9564b0d5a31850a72b9912343 /lisp/ChangeLog | |
| parent | d949ade3c101981d015b3d78d061bdff584df13a (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-17 Fabián Ezequiel Gallina <fgallina@gnu.org> | 7 | 2014-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) |