diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/gnus/nnselect.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
Diffstat (limited to 'lisp/gnus/nnselect.el')
| -rw-r--r-- | lisp/gnus/nnselect.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index b90a6c8b235..71bac870aca 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el | |||
| @@ -346,8 +346,7 @@ group info." | |||
| 346 | gnus-newsgroup-selection)) | 346 | gnus-newsgroup-selection)) |
| 347 | ;; Don't swallow gnus-search errors; the user should be made | 347 | ;; Don't swallow gnus-search errors; the user should be made |
| 348 | ;; aware of them. | 348 | ;; aware of them. |
| 349 | (gnus-search-error | 349 | (gnus-search-error (signal err)) |
| 350 | (signal (car err) (cdr err))) | ||
| 351 | (error | 350 | (error |
| 352 | (gnus-error | 351 | (gnus-error |
| 353 | 3 | 352 | 3 |