diff options
-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) |