From df8abd0be836a5441c5ccd4ebf1a90937ea354d9 Mon Sep 17 00:00:00 2001 From: Andrew Cohen Date: Sun, 31 Mar 2013 12:48:07 +0000 Subject: [PATCH] lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/nnir.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d46051af097..a400caca905 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2013-03-31 Andrew Cohen + + * nnir.el (nnir-method-default-engines): And another typo. + 2013-03-30 Andrew Cohen * nnir.el (nnir-method-default-engines): Fix typo. diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 1c7cb2ff17a..e53bdd8f831 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el @@ -588,7 +588,7 @@ Add an entry here when adding a new search engine.") "*Alist of default search engines keyed by server method." :version "24.1" :group 'nnir - :type `(repeat (cons (choice (const nnimap) (const nttp) (const nnspool) + :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) (const nneething) (const nndir) (const nnmbox) (const nnml) (const nnmh) (const nndraft) (const nnfolder) (const nnmaildir)) -- 2.39.2