]> git.eshelyaron.com Git - emacs.git/commit
Make `python-shell-completion--do-completion-at-point' work for calls done via `pytho...
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:36 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:36 +0000 (00:03 -0300)
commit394f09a38f7cdb3138ed3dc778b702ab4ab3a2ba
treeb657f1ed414467e6496d25fcd109fa90a737aa0b
parentcd1ed6c8f4a50c0bc499bdcf78bbd4e39bdfc4d2
Make `python-shell-completion--do-completion-at-point' work for calls done via `python-completion-complete-at-point'.

The comint prompt retrieval logic was failing on
`python-shell-completion--do-completion-at-point' when calls to it
happened from outside the process buffer.
lisp/progmodes/python.el