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 ad69f8779e0..290cdc8120d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3318,7 +3318,7 @@ When a match is found, native completion is disabled." | |||
| 3318 | python-shell-completion-native-try-output-timeout)) | 3318 | python-shell-completion-native-try-output-timeout)) |
| 3319 | (python-shell-completion-native-get-completions | 3319 | (python-shell-completion-native-get-completions |
| 3320 | (get-buffer-process (current-buffer)) | 3320 | (get-buffer-process (current-buffer)) |
| 3321 | nil ""))) | 3321 | nil "_"))) |
| 3322 | 3322 | ||
| 3323 | (defun python-shell-completion-native-setup () | 3323 | (defun python-shell-completion-native-setup () |
| 3324 | "Try to setup native completion, return non-nil on success." | 3324 | "Try to setup native completion, return non-nil on success." |