diff options
| author | Eli Zaretskii | 2020-06-20 11:46:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-06-20 11:46:52 +0300 |
| commit | 3af631dcf28a5964d9e56c9be8ee7f2125d90d8a (patch) | |
| tree | 6a177e5201a5c7be93dd91d424fd93506d8c8aa4 | |
| parent | 7a7090029437ae7981d3bba9722bdc8f4695fed3 (diff) | |
| download | emacs-3af631dcf28a5964d9e56c9be8ee7f2125d90d8a.tar.gz emacs-3af631dcf28a5964d9e56c9be8ee7f2125d90d8a.zip | |
Fix last change for bug#41619
* lisp/progmodes/python.el (python-shell-virtualenv-root): Fix
last change. (Bug#41619)
| -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 |