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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 35f10e54fc7..63a43c1b31a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2165,7 +2165,7 @@ machine then modifies `tramp-remote-process-environment' and
2165 ;; shell, otherwise (like in the case of processes started 2165 ;; shell, otherwise (like in the case of processes started
2166 ;; with `process-file') the environment is not changed. 2166 ;; with `process-file') the environment is not changed.
2167 ;; This makes environment modifications effective 2167 ;; This makes environment modifications effective
2168 ;; inconditionally. 2168 ;; unconditionally.
2169 (python-shell-tramp-refresh-process-environment 2169 (python-shell-tramp-refresh-process-environment
2170 ,vec tramp-remote-process-environment)) 2170 ,vec tramp-remote-process-environment))
2171 ,(macroexp-progn body))))) 2171 ,(macroexp-progn body)))))