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 f7556bcb3a9..5ec2b865a46 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2770,7 +2770,7 @@ If DELETE is non-nil, delete the file afterwards."
2770(defun python-shell-switch-to-shell () 2770(defun python-shell-switch-to-shell ()
2771 "Switch to inferior Python process buffer." 2771 "Switch to inferior Python process buffer."
2772 (interactive) 2772 (interactive)
2773 (pop-to-buffer (process-buffer (python-shell-get-or-create-process)) t)) 2773 (process-buffer (python-shell-get-or-create-process)) t)
2774 2774
2775(defun python-shell-send-setup-code () 2775(defun python-shell-send-setup-code ()
2776 "Send all setup code for shell. 2776 "Send all setup code for shell.