From: Eli Zaretskii Date: Sat, 20 Jun 2020 08:46:52 +0000 (+0300) Subject: Fix last change for bug#41619 X-Git-Tag: emacs-28.0.90~7130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3af631dcf28a5964d9e56c9be8ee7f2125d90d8a;p=emacs.git Fix last change for bug#41619 * lisp/progmodes/python.el (python-shell-virtualenv-root): Fix last change. (Bug#41619) --- 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 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