From 2b2c3c7f627c36a57b30648db7a5a2930d9725e4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Nov 2004 20:40:25 +0000 Subject: [PATCH] Don't alter debug-ignored-errors. --- lisp/progmodes/python.el | 2 -- 1 file changed, 2 deletions(-) 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." -- 2.39.2