diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 0ce80db1993..22248f04402 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2093,7 +2093,6 @@ This variable, when set to a string, makes the environment to be | |||
| 2093 | modified such that shells are started within the specified | 2093 | modified such that shells are started within the specified |
| 2094 | virtualenv." | 2094 | virtualenv." |
| 2095 | :type '(choice (const nil) directory) | 2095 | :type '(choice (const nil) directory) |
| 2096 | :safe #'file-directory-p | ||
| 2097 | :group 'python) | 2096 | :group 'python) |
| 2098 | 2097 | ||
| 2099 | (defcustom python-shell-setup-codes nil | 2098 | (defcustom python-shell-setup-codes nil |