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 35e24e14e1c..47c6a90bbde 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2860,7 +2860,7 @@ If DELETE is non-nil, delete the file afterwards."
2860(defun python-shell-switch-to-shell () 2860(defun python-shell-switch-to-shell ()
2861 "Switch to inferior Python process buffer." 2861 "Switch to inferior Python process buffer."
2862 (interactive) 2862 (interactive)
2863 (process-buffer (python-shell-get-or-create-process)) t) 2863 (pop-to-buffer (process-buffer (python-shell-get-or-create-process)) t))
2864 2864
2865(defun python-shell-send-setup-code () 2865(defun python-shell-send-setup-code ()
2866 "Send all setup code for shell. 2866 "Send all setup code for shell.