; Add :version tags to recent newsticker options.

This commit is contained in:
Basil L. Contovounesios 2021-02-24 22:20:10 +00:00
parent b7f67d432b
commit 2bbc2262cd

View file

@ -122,12 +122,14 @@ applies to newsticker only."
(defcustom newsticker-treeview-use-feed-name-from-url-list-in-treeview
t
"Use the feed names from 'newsticker-url-list' for display in treeview."
:version "28.1"
:type 'boolean
:group 'newsticker-treeview)
(defcustom newsticker-treeview-use-feed-name-from-url-list-in-itemview
t
"Use feed names from 'newsticker-url-list' in itemview."
:version "28.1"
:type 'boolean
:group 'newsticker-treeview)