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 1a84d461dba..ca18f772970 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1351,7 +1351,7 @@ buffer for a list of commands.)"
1351 (path (getenv "PYTHONPATH")) 1351 (path (getenv "PYTHONPATH"))
1352 (process-environment ; to import emacs.py 1352 (process-environment ; to import emacs.py
1353 (cons (concat "PYTHONPATH=" data-directory 1353 (cons (concat "PYTHONPATH=" data-directory
1354 (if path (concat ":" path))) 1354 (if path (concat path-separator path)))
1355 process-environment))) 1355 process-environment)))
1356 (apply 'make-comint-in-buffer "Python" 1356 (apply 'make-comint-in-buffer "Python"
1357 (if new (generate-new-buffer "*Python*") "*Python*") 1357 (if new (generate-new-buffer "*Python*") "*Python*")