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 d6c0a4d1dbf..afb96974b17 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3273,7 +3273,8 @@ process running; defaults to t when called interactively."
3273 ;; lines have been removed/added. 3273 ;; lines have been removed/added.
3274 (with-current-buffer (process-buffer process) 3274 (with-current-buffer (process-buffer process)
3275 (compilation-forget-errors)) 3275 (compilation-forget-errors))
3276 (python-shell-send-string string process))) 3276 (python-shell-send-string string process)
3277 (deactivate-mark)))
3277 3278
3278(defun python-shell-send-statement (&optional send-main msg) 3279(defun python-shell-send-statement (&optional send-main msg)
3279 "Send the statement at point to inferior Python process. 3280 "Send the statement at point to inferior Python process.