[gnus git] branch master updated: m0-5-288-gef31191 =1= nnir.el: Fix typo in default search engine.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ef31191e34b079ed35f3f2027c30f71267a7f19a (commit)
from 40499d31258a1e348786da7dc56ea9c199d855c7 (commit)
- Log -----------------------------------------------------------------
commit ef31191e34b079ed35f3f2027c30f71267a7f19a
Author: Andrew Cohen <[email protected]>
Date: Sat Mar 30 07:05:29 2013 -0400
nnir.el: Fix typo in default search engine.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 991c6ae..d354194 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-30 Andrew Cohen <[email protected]>
+
+ * nnir.el (nnir-method-default-engines): Fix typo.
+
2013-03-29 Andrew Cohen <[email protected]>
* nnir.el: Define 'number-sequence for xemacs.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 468cd95..f272831 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -584,7 +584,7 @@ needs the variables `nnir-namazu-program',
Add an entry here when adding a new search engine.")
-(defcustom nnir-method-default-engines '((nnimap . imap) (nttp . gmane))
+(defcustom nnir-method-default-engines '((nnimap . imap) (nntp . gmane))
"*Alist of default search engines keyed by server method."
:version "24.1"
:group 'nnir
-----------------------------------------------------------------------
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