]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
authorAndrew Cohen <cohen@bu.edu>
Sat, 30 Mar 2013 11:40:32 +0000 (11:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 30 Mar 2013 11:40:32 +0000 (11:40 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnir.el

index 3ea10f55df2c02ea8a27cf1055e2093f65f65a0c..d46051af09789d1d80b56b814587cd6259511c93 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-30  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-method-default-engines): Fix typo.
+
 2013-03-29  Andrew Cohen  <cohen@bu.edu>
 
        * nnir.el: Define 'number-sequence for xemacs.
index cf9de09eaa24d778d14db9f7bdefabdcf2b5143a..1c7cb2ff17a61a085ecef8c322df22acc4e2d891 100644 (file)
@@ -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