From: Basil L. Contovounesios Date: Wed, 24 Feb 2021 22:20:10 +0000 (+0000) Subject: ; Add :version tags to recent newsticker options. X-Git-Tag: emacs-28.0.90~3556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc;p=emacs.git ; Add :version tags to recent newsticker options. --- 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)