]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change for bug#41619
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Jun 2020 08:46:52 +0000 (11:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Jun 2020 08:46:52 +0000 (11:46 +0300)
* lisp/progmodes/python.el (python-shell-virtualenv-root): Fix
last change.  (Bug#41619)

lisp/progmodes/python.el

index 0ce80db1993df1ca3317658b753c990d701a5023..22248f04402439de1c8710ac12cfa9989b9757cd 100644 (file)
@@ -2093,7 +2093,6 @@ 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) directory)
-  :safe #'file-directory-p
   :group 'python)
 
 (defcustom python-shell-setup-codes nil