diff options
| author | Basil L. Contovounesios | 2021-02-24 22:20:10 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-02-24 22:23:53 +0000 |
| commit | 2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc (patch) | |
| tree | cf3c8f71915bf953a4442289af2595c31f761b61 | |
| parent | b7f67d432ba9d4a3247fa9553093ab1db82e00fe (diff) | |
| download | emacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.tar.gz emacs-2bbc2262cd0c4629ec8fc517e6cc5a387913e8cc.zip | |
; Add :version tags to recent newsticker options.
| -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." | |||
| 122 | (defcustom newsticker-treeview-use-feed-name-from-url-list-in-treeview | 122 | (defcustom newsticker-treeview-use-feed-name-from-url-list-in-treeview |
| 123 | t | 123 | t |
| 124 | "Use the feed names from 'newsticker-url-list' for display in treeview." | 124 | "Use the feed names from 'newsticker-url-list' for display in treeview." |
| 125 | :version "28.1" | ||
| 125 | :type 'boolean | 126 | :type 'boolean |
| 126 | :group 'newsticker-treeview) | 127 | :group 'newsticker-treeview) |
| 127 | 128 | ||
| 128 | (defcustom newsticker-treeview-use-feed-name-from-url-list-in-itemview | 129 | (defcustom newsticker-treeview-use-feed-name-from-url-list-in-itemview |
| 129 | t | 130 | t |
| 130 | "Use feed names from 'newsticker-url-list' in itemview." | 131 | "Use feed names from 'newsticker-url-list' in itemview." |
| 132 | :version "28.1" | ||
| 131 | :type 'boolean | 133 | :type 'boolean |
| 132 | :group 'newsticker-treeview) | 134 | :group 'newsticker-treeview) |
| 133 | 135 | ||