aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index aec27a58dea..0ce80db1993 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2092,7 +2092,8 @@ executed through tramp connections."
2092This variable, when set to a string, makes the environment to be 2092This variable, when set to a string, makes the environment to be
2093modified such that shells are started within the specified 2093modified such that shells are started within the specified
2094virtualenv." 2094virtualenv."
2095 :type '(choice (const nil) string) 2095 :type '(choice (const nil) directory)
2096 :safe #'file-directory-p
2096 :group 'python) 2097 :group 'python)
2097 2098
2098(defcustom python-shell-setup-codes nil 2099(defcustom python-shell-setup-codes nil