]> git.eshelyaron.com Git - emacs.git/commit
Pass entire line of input to module completer
authorDan Davison <dandavison7@gmail.com>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
commit53df7818c0d296953333efceefcdde6cba51cfcf
treec2833094f680b359bd01ef095530939440ef6df8
parent936bc8333f08546722a7f9ca2640488e797c39de
Pass entire line of input to module completer

The module completer wants e.g. 'from xxx' as input, not just 'xxx'.

This change also causes all modules to be offered as completions to
'from ', whereas previously this was regarded as empty input.
lisp/progmodes/python.el