diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f7788404350..6ed2e39e4e8 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1652,7 +1652,7 @@ Repeating the command scrolls the completion window." | |||
| 1652 | (t | 1652 | (t |
| 1653 | (message "Making completion list...") | 1653 | (message "Making completion list...") |
| 1654 | (with-output-to-temp-buffer "*Completions*" | 1654 | (with-output-to-temp-buffer "*Completions*" |
| 1655 | (display-completion-list completions)) | 1655 | (display-completion-list completions symbol)) |
| 1656 | (message "Making completion list...%s" "done")))))))) | 1656 | (message "Making completion list...%s" "done")))))))) |
| 1657 | 1657 | ||
| 1658 | (eval-when-compile (require 'hippie-exp)) | 1658 | (eval-when-compile (require 'hippie-exp)) |