Function: auth-source-remembered-p

auth-source-remembered-p is a byte-compiled function defined in auth-source.el.gz.

Signature

(auth-source-remembered-p SPEC)

Documentation

Check if SPEC is remembered.

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defun auth-source-remembered-p (spec)
  "Check if SPEC is remembered."
  (password-in-cache-p
   (auth-source-format-cache-entry spec)))