Mercurial > emacs
diff lisp/progmodes/python.el @ 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 | 86ead4686506 |
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."
