diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-24 22:20:10 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-24 22:23:53 +0000 |
commit | 2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc (patch) | |
tree | cf3c8f71915bf953a4442289af2595c31f761b61 /lisp/net/newst-treeview.el | |
parent | b7f67d432ba9d4a3247fa9553093ab1db82e00fe (diff) | |
download | emacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.tar.gz emacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.tar.bz2 emacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.zip |
; Add :version tags to recent newsticker options.
Diffstat (limited to 'lisp/net/newst-treeview.el')
-rw-r--r-- | lisp/net/newst-treeview.el | 2 |
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) |