projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413ef5a
)
; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.
author
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 25 Mar 2022 22:58:23 +0000
(06:58 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 25 Mar 2022 23:04:39 +0000
(07:04 +0800)
lisp/gnus/nnselect.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnselect.el
b/lisp/gnus/nnselect.el
index 3a93c9e3ddcfae691154a2f501ecf1cd7d887480..3aef1eb69617dc27373ca2371ba55dfb6ef33aef 100644
(file)
--- a/
lisp/gnus/nnselect.el
+++ b/
lisp/gnus/nnselect.el
@@
-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)))