Revert "Make `M-x run-python' select the window again"
This reverts commit aa2872a127
.
This led to a test failure.
This commit is contained in:
parent
aa2872a127
commit
5708da48d1
1 changed files with 2 additions and 2 deletions
|
@ -2994,9 +2994,8 @@ killed."
|
||||||
(mapconcat #'identity args " ")))
|
(mapconcat #'identity args " ")))
|
||||||
(with-current-buffer buffer
|
(with-current-buffer buffer
|
||||||
(inferior-python-mode))
|
(inferior-python-mode))
|
||||||
|
(when show (display-buffer buffer))
|
||||||
(and internal (set-process-query-on-exit-flag process nil))))
|
(and internal (set-process-query-on-exit-flag process nil))))
|
||||||
(when show
|
|
||||||
(pop-to-buffer proc-buffer-name))
|
|
||||||
proc-buffer-name))))
|
proc-buffer-name))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
@ -3028,6 +3027,7 @@ process buffer for a list of commands.)"
|
||||||
(python-shell-make-comint
|
(python-shell-make-comint
|
||||||
(or cmd (python-shell-calculate-command))
|
(or cmd (python-shell-calculate-command))
|
||||||
(python-shell-get-process-name dedicated) show)))
|
(python-shell-get-process-name dedicated) show)))
|
||||||
|
(set-buffer buffer)
|
||||||
(get-buffer-process buffer)))
|
(get-buffer-process buffer)))
|
||||||
|
|
||||||
(defun run-python-internal ()
|
(defun run-python-internal ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue