[gnus git] branch master updated: n0-17-88-geb5df65 =1= auth-source.el (auth-source-netrc-cache): Move forward.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via eb5df6520fbe0f3bf634382f8eb749a6f23a1437 (commit)
from abc687f25eb2159d5a04eb481b57396158265054 (commit)
- Log -----------------------------------------------------------------
commit eb5df6520fbe0f3bf634382f8eb749a6f23a1437
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Jun 23 23:16:57 2011 +0000
auth-source.el (auth-source-netrc-cache): Move forward.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e4ac53..4c58790 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-23 Katsumi Yamaoka <[email protected]>
+
+ * auth-source.el (auth-source-netrc-cache): Move forward.
+
2011-06-22 Lars Magne Ingebrigtsen <[email protected]>
* proto-stream.el (proto-stream-open-starttls): Use
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index daa3983..c9a0929 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -715,6 +715,8 @@ Returns the deleted entries."
(equal collection value)
(member value collection)))
+(defvar auth-source-netrc-cache nil)
+
(defun auth-source-forget-all-cached ()
"Forget all cached auth-source data."
(interactive)
@@ -826,8 +828,6 @@ while \(:host t) would find all host entries."
;;; Backend specific parsing: netrc/authinfo backend
-(defvar auth-source-netrc-cache nil)
-
;;; (auth-source-netrc-parse "~/.authinfo.gpg")
(defun* auth-source-netrc-parse (&rest
spec
-----------------------------------------------------------------------
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/auth-source.el | 4 ++--
2 files changed, 6 insertions(+), 2 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