diff options
author | Andrew Cohen <cohen@bu.edu> | 2013-03-30 11:40:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2013-03-30 11:40:32 +0000 |
commit | 7c5ef69a98e3f282c116c56eb7b3fe22e5bd44ea (patch) | |
tree | ad7782e5ad803299ec1758ccd195aeebd2a783fd | |
parent | f38ab1671fe07823f8b416cd196d8044462f5ff2 (diff) | |
download | emacs-7c5ef69a98e3f282c116c56eb7b3fe22e5bd44ea.tar.gz |
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/nnir.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3ea10f55df2..d46051af097 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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. diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index cf9de09eaa2..1c7cb2ff17a 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/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 |