aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index ba8e3e811d4..d83290fe457 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2208,6 +2208,7 @@ virtualenv."
2208 2208
2209(defun python-shell-calculate-process-environment () 2209(defun python-shell-calculate-process-environment ()
2210 (declare (obsolete python-shell--calculate-process-environment "29.1")) 2210 (declare (obsolete python-shell--calculate-process-environment "29.1"))
2211 (defvar tramp-remote-process-environment)
2211 (let* ((remote-p (file-remote-p default-directory))) 2212 (let* ((remote-p (file-remote-p default-directory)))
2212 (append (python-shell--calculate-process-environment) 2213 (append (python-shell--calculate-process-environment)
2213 (if remote-p 2214 (if remote-p