]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change to gnus-sum.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 24 Nov 2020 16:19:55 +0000 (16:19 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 24 Nov 2020 16:19:55 +0000 (16:19 +0000)
* lisp/gnus/gnus-sum.el (gnus-paging-select-next): Add :version tag.

lisp/gnus/gnus-sum.el

index 7444cab58cb248d3d52cd4134aae33bbd96d8c0e..469fa36fb77da662b41c3d6df17a6ce1374450be 100644 (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)