changeset 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 81431dd5f1db
files lisp/progmodes/python.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."