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.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 240cf8aff8c..436442da2d0 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2058,8 +2058,7 @@ startup."
2058 (global-proc-name (python-shell-get-process-name nil)) 2058 (global-proc-name (python-shell-get-process-name nil))
2059 (global-proc-buffer-name (format "*%s*" global-proc-name)) 2059 (global-proc-buffer-name (format "*%s*" global-proc-name))
2060 (dedicated-running (comint-check-proc dedicated-proc-buffer-name)) 2060 (dedicated-running (comint-check-proc dedicated-proc-buffer-name))
2061 (global-running (comint-check-proc global-proc-buffer-name)) 2061 (global-running (comint-check-proc global-proc-buffer-name)))
2062 (current-prefix-arg 16))
2063 (when (and (not dedicated-running) (not global-running)) 2062 (when (and (not dedicated-running) (not global-running))
2064 (if (call-interactively 'run-python) 2063 (if (call-interactively 'run-python)
2065 (setq dedicated-running t) 2064 (setq dedicated-running t)