aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert2015-08-25 00:42:17 -0700
committerPaul Eggert2015-08-25 00:43:01 -0700
commit7f67cdb6521ad1d219ced07931ff97e4113f163f (patch)
treeab24f60e6f807e00dd87e22fef33656554ab1ccd /lisp/progmodes/python.el
parent929e3d0265b27210c02ccd26303081263183f75f (diff)
downloademacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.tar.gz
emacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.zip
Spelling fixes
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)))))