]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.
authorAndrew G Cohen <cohen@andy.bu.edu>
Fri, 25 Mar 2022 22:58:23 +0000 (06:58 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Fri, 25 Mar 2022 23:04:39 +0000 (07:04 +0800)
lisp/gnus/nnselect.el

index 3a93c9e3ddcfae691154a2f501ecf1cd7d887480..3aef1eb69617dc27373ca2371ba55dfb6ef33aef 100644 (file)
@@ -296,7 +296,7 @@ non-nil call this function with argument GROUP to get the
 artlist; if the group parameter 'nnselect-always-regenerate is
 non-nil, regenerate the artlist; otherwise retrieve the artlist
 directly from the group parameters."
-  `(when (gnus-nnselect-group-p group)
+  `(when (gnus-nnselect-group-p ,group)
      (let ((override (gnus-group-get-parameter
                     ,group
                     'nnselect-get-artlist-override-function)))