diff options
| author | Richard M. Stallman | 2004-11-20 20:40:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-20 20:40:25 +0000 |
| commit | 2b2c3c7f627c36a57b30648db7a5a2930d9725e4 (patch) | |
| tree | 20aca815eb365b7780619161082fceadfb958eb0 /lisp/progmodes/python.el | |
| parent | 7c6152ff9eedabd45eb3e121387aae427a72b8b7 (diff) | |
| download | emacs-2b2c3c7f627c36a57b30648db7a5a2930d9725e4.tar.gz emacs-2b2c3c7f627c36a57b30648db7a5a2930d9725e4.zip | |
Don't alter debug-ignored-errors.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 0 insertions, 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." | |||
| 1246 | (push-mark) | 1246 | (push-mark) |
| 1247 | (goto-char (point-max)))) | 1247 | (goto-char (point-max)))) |
| 1248 | 1248 | ||
| 1249 | (add-to-list 'debug-ignored-errors "^No current process buffer.") | ||
| 1250 | |||
| 1251 | (defun python-send-region-and-go (start end) | 1249 | (defun python-send-region-and-go (start end) |
| 1252 | "Send the region to the inferior Python process. | 1250 | "Send the region to the inferior Python process. |
| 1253 | Then switch to the process buffer." | 1251 | Then switch to the process buffer." |