1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.

This commit is contained in:
Andrew G Cohen 2022-03-26 06:58:23 +08:00
parent 413ef5a7e6
commit 3b6e74f08e

View 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)))