From aceac954ed29c2653e2a0eb71b899be5c916edda Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sun, 5 Mar 2017 23:15:32 -0500 Subject: [PATCH] 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'. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :warning (concat "Your `python-shell-interpreter' doesn't seem to " - "support readline, yet `python-shell-completion-native' " + "support readline, yet `python-shell-completion-native-enable' " (format "was t and %S is not part of the " (file-name-nondirectory python-shell-interpreter)) "`python-shell-completion-native-disabled-interpreters' " -- 2.39.5