diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-11-24 16:19:55 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-11-24 16:19:55 +0000 |
commit | e86199bf9089f73564687642d9ceac17971e36ec (patch) | |
tree | b10ef706bd2b05633c14d3ce080e0226d154d1e5 /lisp | |
parent | c390141d39790bda2ac836a6ae03d5f02c58cdd4 (diff) | |
download | emacs-e86199bf9089f73564687642d9ceac17971e36ec.tar.gz |
; Fix last change to gnus-sum.el
* lisp/gnus/gnus-sum.el (gnus-paging-select-next): Add :version tag.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/gnus-sum.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 7444cab58cb..469fa36fb77 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -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) |