[gnus git] branch master updated: n0-12-16-g95ef741
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 95ef741931c82aa7bb99f9ad7b147e11476cbbc8 (commit)
from f76be6ec74434185fee0831c9c163c92d09ee000 (commit)
- Log -----------------------------------------------------------------
commit 95ef741931c82aa7bb99f9ad7b147e11476cbbc8
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 21 15:59:23 2011 -0800
Fix typo.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index d53ffe6..e5a2e31 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -696,7 +696,7 @@ while \(:host t) would find all host entries."
(mapcar (lambda (value)
(if (numberp value)
(format "%s" value)
- port))
+ value))
values))
(defvar auth-source-netrc-cache nil)
-----------------------------------------------------------------------
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/auth-source.el | 2 +-
1 files changed, 1 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