diff options
author | Robert Pluim <rpluim@gmail.com> | 2019-11-15 08:56:08 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2019-11-15 08:56:37 +0100 |
commit | 06ac04a8ec4fd5ff3f51a174192511a75d104822 (patch) | |
tree | 3c2ac9521e24e6bfd13dbdc5465b91a7766d6670 | |
parent | 81d3f1b6b1a34e831aabc91b8c0208efdadf6ca8 (diff) | |
download | emacs-06ac04a8ec4fd5ff3f51a174192511a75d104822.tar.gz emacs-06ac04a8ec4fd5ff3f51a174192511a75d104822.tar.bz2 emacs-06ac04a8ec4fd5ff3f51a174192511a75d104822.zip |
Update nnir-method-default-engines version tag
* lisp/gnus/nnir.el (nnir-method-default-engines): Update version tag.
-rw-r--r-- | lisp/gnus/nnir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index b8a6639719e..3b6b8255f71 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el @@ -580,7 +580,7 @@ Add an entry here when adding a new search engine.") (defcustom nnir-method-default-engines '((nnimap . imap)) "Alist of default search engines keyed by server method." - :version "24.1" + :version "27.1" :group 'nnir :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) (const nneething) (const nndir) (const nnmbox) |