comparison lisp/progmodes/python.el @ 58358:6ec84037b6bc

Don't alter debug-ignored-errors.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 2004 20:40:25 +0000
parents 9fc67253aa56
children 86ead4686506
comparison
equal deleted inserted replaced
58357:9fc67253aa56 58358:6ec84037b6bc
1244 (python-proc) 1244 (python-proc)
1245 (when eob-p 1245 (when eob-p
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.
1253 Then switch to the process buffer." 1251 Then switch to the process buffer."
1254 (interactive "r") 1252 (interactive "r")
1255 (python-send-region start end) 1253 (python-send-region start end)