; Fix last change to gnus-sum.el

* lisp/gnus/gnus-sum.el (gnus-paging-select-next): Add :version tag.
This commit is contained in:
Basil L. Contovounesios 2020-11-24 16:19:55 +00:00
parent c390141d39
commit e86199bf90

View file

@ -448,6 +448,7 @@ If non-nil, select the next article when reaching the end of the
article (or the previous article when paging backwards).
If nil, don't do anything at the end/start of the articles."
:version "28.1"
:group 'gnus-summary-maneuvering
:type 'boolean)