diff options
| author | Noam Postavsky | 2017-03-05 23:15:32 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2017-03-05 23:15:32 -0500 |
| commit | aceac954ed29c2653e2a0eb71b899be5c916edda (patch) | |
| tree | 8a473d86836d91ceacb24353139a2c9725cc6a70 | |
| parent | a314c1ff05741efe788a054a4661e80c624e3b71 (diff) | |
| download | emacs-aceac954ed29c2653e2a0eb71b899be5c916edda.tar.gz emacs-aceac954ed29c2653e2a0eb71b899be5c916edda.zip | |
Fix warning message about native completion (Bug#25984)
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
The relevant variable is `python-shell-completion-native-enable'.
| -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 2e08ab4f15c..5713559beed 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3452,7 +3452,7 @@ With argument MSG show activation/deactivation message." | |||
| 3452 | :warning | 3452 | :warning |
| 3453 | (concat | 3453 | (concat |
| 3454 | "Your `python-shell-interpreter' doesn't seem to " | 3454 | "Your `python-shell-interpreter' doesn't seem to " |
| 3455 | "support readline, yet `python-shell-completion-native' " | 3455 | "support readline, yet `python-shell-completion-native-enable' " |
| 3456 | (format "was t and %S is not part of the " | 3456 | (format "was t and %S is not part of the " |
| 3457 | (file-name-nondirectory python-shell-interpreter)) | 3457 | (file-name-nondirectory python-shell-interpreter)) |
| 3458 | "`python-shell-completion-native-disabled-interpreters' " | 3458 | "`python-shell-completion-native-disabled-interpreters' " |