diff options
| author | Robert Pluim | 2019-11-15 08:56:08 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-11-15 08:56:37 +0100 |
| commit | 06ac04a8ec4fd5ff3f51a174192511a75d104822 (patch) | |
| tree | 3c2ac9521e24e6bfd13dbdc5465b91a7766d6670 | |
| parent | 81d3f1b6b1a34e831aabc91b8c0208efdadf6ca8 (diff) | |
| download | emacs-06ac04a8ec4fd5ff3f51a174192511a75d104822.tar.gz 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.") | |||
| 580 | 580 | ||
| 581 | (defcustom nnir-method-default-engines '((nnimap . imap)) | 581 | (defcustom nnir-method-default-engines '((nnimap . imap)) |
| 582 | "Alist of default search engines keyed by server method." | 582 | "Alist of default search engines keyed by server method." |
| 583 | :version "24.1" | 583 | :version "27.1" |
| 584 | :group 'nnir | 584 | :group 'nnir |
| 585 | :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) | 585 | :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) |
| 586 | (const nneething) (const nndir) (const nnmbox) | 586 | (const nneething) (const nndir) (const nnmbox) |