mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.
This commit is contained in:
parent
413ef5a7e6
commit
3b6e74f08e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue