# HG changeset patch # User Richard M. Stallman # Date 1100983225 0 # Node ID 6ec84037b6bcc6e28c6b0610726e9874ecafaa8d # Parent 9fc67253aa56fac810d14dce8e0dedb90c566b9c Don't alter debug-ignored-errors. diff -r 9fc67253aa56 -r 6ec84037b6bc lisp/progmodes/python.el --- a/lisp/progmodes/python.el Sat Nov 20 20:39:16 2004 +0000 +++ b/lisp/progmodes/python.el Sat Nov 20 20:40:25 2004 +0000 @@ -1246,8 +1246,6 @@ (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."