emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf7860c3839 1/5: * lisp/gnus/nnselect.el (nnselect-request-articl


From: Andrew G Cohen
Subject: master cf7860c3839 1/5: * lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
Date: Sun, 9 Apr 2023 02:46:16 -0400 (EDT)

branch: master
commit cf7860c38398c5d7d76e8859273eae5a7a33c57e
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>

    * lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
---
 lisp/gnus/nnselect.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index 66577282a0f..7d8d28ac431 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -440,7 +440,7 @@ artlist; otherwise store the ARTLIST in the group 
parameters."
       (if (eq 'nnselect (car (gnus-server-to-method server)))
          (with-current-buffer gnus-summary-buffer
            (let ((thread (gnus-id-to-thread article)))
-             (when thread
+              (when (car thread)
                (mapc
                 (lambda (x)
                   (when (and x (> x 0))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]