[gnus git] branch master updated: m0-5-289-gd146927 =1= nnir.el: Fix typo in default-engine custom list.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d1469277125cd1d47a1605634b6356bad0fa6616 (commit)
from ef31191e34b079ed35f3f2027c30f71267a7f19a (commit)
- Log -----------------------------------------------------------------
commit d1469277125cd1d47a1605634b6356bad0fa6616
Author: Andrew Cohen <[email protected]>
Date: Sun Mar 31 08:20:37 2013 -0400
nnir.el: Fix typo in default-engine custom list.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d354194..5ef2dad 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-31 Andrew Cohen <[email protected]>
+
+ * nnir.el (nnir-method-default-engines): And another typo.
+
2013-03-30 Andrew Cohen <[email protected]>
* nnir.el (nnir-method-default-engines): Fix typo.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index f272831..10472de 100644
--- a/lisp/nnir.el
+++ b/lisp/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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/nnir.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project