[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 2bbc226 1/2: ; Add :version tags to recent newsticker options.
From: |
Basil L. Contovounesios |
Subject: |
master 2bbc226 1/2: ; Add :version tags to recent newsticker options. |
Date: |
Wed, 24 Feb 2021 17:38:15 -0500 (EST) |
branch: master
commit 2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>
; Add :version tags to recent newsticker options.
---
lisp/net/newst-treeview.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el
index c0b5e34..2e207be 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)