diff options
Diffstat (limited to 'lisp/gnus/gnus-art.el')
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 56473f81f06..301dec87cf7 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -6946,7 +6946,7 @@ not have a face in `gnus-article-boring-faces'." | |||
| 6946 | (set-window-hscroll win new-sum-hscroll)))) | 6946 | (set-window-hscroll win new-sum-hscroll)))) |
| 6947 | (set-window-configuration owin) | 6947 | (set-window-configuration owin) |
| 6948 | (if err | 6948 | (if err |
| 6949 | (signal (car err) (cdr err)) | 6949 | (signal err) |
| 6950 | (ding)))))))) | 6950 | (ding)))))))) |
| 6951 | 6951 | ||
| 6952 | (defun gnus-article-read-summary-send-keys () | 6952 | (defun gnus-article-read-summary-send-keys () |