]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't alter debug-ignored-errors.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 20:40:25 +0000 (20:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 20:40:25 +0000 (20:40 +0000)
lisp/progmodes/python.el

index 016e84270db56a27344f13ed5db2065b405bc05a..27126937c2e40d6ef79415e2ded40e2319a121b5 100644 (file)
@@ -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."