emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 aceac95: Fix warning message about native complet


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 aceac95: Fix warning message about native completion (Bug#25984)
Date: Sun, 5 Mar 2017 23:16:31 -0500 (EST)

branch: emacs-25
commit aceac954ed29c2653e2a0eb71b899be5c916edda
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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 2e08ab4..5713559 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' "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]