[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r112200: lisp/gnus/nnir.el (nnir-meth
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r112200: lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo |
Date: |
Sun, 31 Mar 2013 12:48:07 +0000 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 112200
author: Andrew Cohen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-31 12:48:07 +0000
message:
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
modified:
lisp/gnus/ChangeLog
lisp/gnus/nnir.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog 2013-03-30 11:40:32 +0000
+++ b/lisp/gnus/ChangeLog 2013-03-31 12:48:07 +0000
@@ -1,3 +1,7 @@
+2013-03-31 Andrew Cohen <address@hidden>
+
+ * nnir.el (nnir-method-default-engines): And another typo.
+
2013-03-30 Andrew Cohen <address@hidden>
* nnir.el (nnir-method-default-engines): Fix typo.
=== modified file 'lisp/gnus/nnir.el'
--- a/lisp/gnus/nnir.el 2013-03-30 11:40:32 +0000
+++ b/lisp/gnus/nnir.el 2013-03-31 12:48:07 +0000
@@ -588,7 +588,7 @@
"*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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r112200: lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo,
Katsumi Yamaoka <=