auth-source.el (auth-source-netrc-cache): Move forward.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Jun 2011 23:16:57 +0000 (23:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Jun 2011 23:16:57 +0000 (23:16 +0000)
lisp/ChangeLog
lisp/auth-source.el

index 2e4ac53..4c58790 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * auth-source.el (auth-source-netrc-cache): Move forward.
+
 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * proto-stream.el (proto-stream-open-starttls): Use
index daa3983..c9a0929 100644 (file)
@@ -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