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, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 016e84270db..27126937c2e 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1246,8 +1246,6 @@ With prefix arg, position cursor at end of buffer."
1246 (push-mark) 1246 (push-mark)
1247 (goto-char (point-max)))) 1247 (goto-char (point-max))))
1248 1248
1249(add-to-list 'debug-ignored-errors "^No current process buffer.")
1250
1251(defun python-send-region-and-go (start end) 1249(defun python-send-region-and-go (start end)
1252 "Send the region to the inferior Python process. 1250 "Send the region to the inferior Python process.
1253Then switch to the process buffer." 1251Then switch to the process buffer."