diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index b12f5ddc0d1..b12b22e992e 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3758,7 +3758,8 @@ With argument MSG show activation/deactivation message." | |||
| 3758 | (format "was t and %S is not part of the " | 3758 | (format "was t and %S is not part of the " |
| 3759 | (file-name-nondirectory python-shell-interpreter)) | 3759 | (file-name-nondirectory python-shell-interpreter)) |
| 3760 | "`python-shell-completion-native-disabled-interpreters' " | 3760 | "`python-shell-completion-native-disabled-interpreters' " |
| 3761 | "list. Native completions have been disabled locally. ")) | 3761 | "list. Native completions have been disabled locally. " |
| 3762 | "Consider installing the python package \"readline\". ")) | ||
| 3762 | (python-shell-completion-native-turn-off msg)))))) | 3763 | (python-shell-completion-native-turn-off msg)))))) |
| 3763 | 3764 | ||
| 3764 | (defun python-shell-completion-native-turn-on-maybe-with-msg () | 3765 | (defun python-shell-completion-native-turn-on-maybe-with-msg () |