mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
This commit is contained in:
parent
b26ccf488e
commit
cf7860c383
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ artlist; otherwise store the ARTLIST in the group parameters."
|
||||||
(if (eq 'nnselect (car (gnus-server-to-method server)))
|
(if (eq 'nnselect (car (gnus-server-to-method server)))
|
||||||
(with-current-buffer gnus-summary-buffer
|
(with-current-buffer gnus-summary-buffer
|
||||||
(let ((thread (gnus-id-to-thread article)))
|
(let ((thread (gnus-id-to-thread article)))
|
||||||
(when thread
|
(when (car thread)
|
||||||
(mapc
|
(mapc
|
||||||
(lambda (x)
|
(lambda (x)
|
||||||
(when (and x (> x 0))
|
(when (and x (> x 0))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue