Function: auth-source-format-cache-entry
auth-source-format-cache-entry is a byte-compiled function defined in
auth-source.el.gz.
Signature
(auth-source-format-cache-entry SPEC)
Documentation
Format SPEC entry to put it in the password cache.
Source Code
;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defun auth-source-format-cache-entry (spec)
"Format SPEC entry to put it in the password cache."
`(auth-source . ,spec))