summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-02-24 22:20:10 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2021-02-24 22:23:53 +0000
commit2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc (patch)
treecf3c8f71915bf953a4442289af2595c31f761b61
parentb7f67d432ba9d4a3247fa9553093ab1db82e00fe (diff)
downloademacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.tar.gz
; Add :version tags to recent newsticker options.
-rw-r--r--lisp/net/newst-treeview.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el
index c0b5e34f681..2e207be20f9 100644
--- a/lisp/net/newst-treeview.el
+++ b/lisp/net/newst-treeview.el
@@ -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)