From: Richard M. Stallman Date: Sat, 20 Nov 2004 20:40:25 +0000 (+0000) Subject: Don't alter debug-ignored-errors. X-Git-Tag: ttn-vms-21-2-B4~3811 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b2c3c7f627c36a57b30648db7a5a2930d9725e4;p=emacs.git Don't alter debug-ignored-errors. --- 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." (push-mark) (goto-char (point-max)))) -(add-to-list 'debug-ignored-errors "^No current process buffer.") - (defun python-send-region-and-go (start end) "Send the region to the inferior Python process. Then switch to the process buffer."