emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3af631d: Fix last change for bug#41619


From: Eli Zaretskii
Subject: master 3af631d: Fix last change for bug#41619
Date: Sat, 20 Jun 2020 04:47:34 -0400 (EDT)

branch: master
commit 3af631dcf28a5964d9e56c9be8ee7f2125d90d8a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix last change for bug#41619
    
    * lisp/progmodes/python.el (python-shell-virtualenv-root): Fix
    last change.  (Bug#41619)
---
 lisp/progmodes/python.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 0ce80db..22248f0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]