Function: auth-source-specmatchp

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

Signature

(auth-source-specmatchp SPEC STORED)

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defun auth-source-specmatchp (spec stored)
  (let ((keys (auth-source-keys spec)))
    (not (eq
          (cl-dolist (key keys)
            (unless (auth-source-search-collection (plist-get stored key)
                                                   (plist-get spec key))
              (cl-return 'no)))
          'no))))