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 49f7bcf5df9..3fae3987b22 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3296,7 +3296,7 @@ When a match is found, native completion is disabled." | |||
| 3296 | python-shell-completion-native-try-output-timeout)) | 3296 | python-shell-completion-native-try-output-timeout)) |
| 3297 | (python-shell-completion-native-get-completions | 3297 | (python-shell-completion-native-get-completions |
| 3298 | (get-buffer-process (current-buffer)) | 3298 | (get-buffer-process (current-buffer)) |
| 3299 | nil ""))) | 3299 | nil "_"))) |
| 3300 | 3300 | ||
| 3301 | (defun python-shell-completion-native-setup () | 3301 | (defun python-shell-completion-native-setup () |
| 3302 | "Try to setup native completion, return non-nil on success." | 3302 | "Try to setup native completion, return non-nil on success." |