summaryrefslogtreecommitdiff
path: root/lisp/gnus/auth-source.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2011-06-23 23:17:26 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-06-23 23:17:26 +0000
commit74e8193b79e4badaf098d0736110c493a6c8aa96 (patch)
tree84831721adf2cb0efb9cd2a18ee9c72805bf4861 /lisp/gnus/auth-source.el
parent14b4e83d6235ac48c563deda84f5fffe489f9a95 (diff)
downloademacs-74e8193b79e4badaf098d0736110c493a6c8aa96.tar.gz
auth-source.el (auth-source-netrc-cache): Move forward.
Diffstat (limited to 'lisp/gnus/auth-source.el')
-rw-r--r--lisp/gnus/auth-source.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index 6fe033fea79..66497cd9a0c 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -705,6 +705,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)
@@ -816,8 +818,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