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, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index e5c15d148f8..30721c7a577 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3385,7 +3385,8 @@ user-friendly message if there's no process running; defaults to
3385t when called interactively." 3385t when called interactively."
3386 (interactive "p") 3386 (interactive "p")
3387 (pop-to-buffer 3387 (pop-to-buffer
3388 (process-buffer (python-shell-get-process-or-error msg)) nil t)) 3388 (process-buffer (python-shell-get-process-or-error msg))
3389 nil 'mark-for-redisplay))
3389 3390
3390(defun python-shell-send-setup-code () 3391(defun python-shell-send-setup-code ()
3391 "Send all setup code for shell. 3392 "Send all setup code for shell.