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 aec27a58dea..0ce80db1993 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2092,7 +2092,8 @@ executed through tramp connections." This variable, when set to a string, makes the environment to be modified such that shells are started within the specified virtualenv." - :type '(choice (const nil) string) + :type '(choice (const nil) directory) + :safe #'file-directory-p :group 'python) (defcustom python-shell-setup-codes nil |