auth-source.el (auth-source-netrc-cache): Move forward.

This commit is contained in:
Katsumi Yamaoka 2011-06-23 23:17:26 +00:00
parent 14b4e83d62
commit 74e8193b79
2 changed files with 6 additions and 2 deletions

View 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>
* auth-source.el (auth-source-netrc-create): Don't query the bits that

View file

@ -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