diff options
| author | Stefan Monnier | 2014-09-30 20:41:51 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-09-30 20:41:51 -0400 |
| commit | 85ee81a08fa5ec3fb0261174c1dabbef433c2e14 (patch) | |
| tree | a6ac36a6c6165e030bbadf07182ca45f5d691ad2 /lisp/ChangeLog | |
| parent | d3b7a90bc2ad20192d1afd23eb1aa6a18ceda569 (diff) | |
| download | emacs-85ee81a08fa5ec3fb0261174c1dabbef433c2e14.tar.gz emacs-85ee81a08fa5ec3fb0261174c1dabbef433c2e14.zip | |
* lisp/progmodes/python.el (python-shell-completion-get-completions):
Use python-shell--prompt-calculated-input-regexp from the
process buffer.
Don't assume that `line' comes from the process buffer.
Fixes: debbugs:18582
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 9ac4f6b1bf1..0a0fb21b1e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-shell-completion-get-completions): | ||
| 4 | Use python-shell--prompt-calculated-input-regexp from the | ||
| 5 | process buffer (bug#18582). | ||
| 6 | Don't assume that `line' comes from the process buffer. | ||
| 7 | |||
| 1 | 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change) | 8 | 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change) |
| 2 | 9 | ||
| 3 | * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB | 10 | * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB |