Function: cl--struct-epg-key-p

cl--struct-epg-key-p is a function defined in epg.el.gz.

Signature

(cl--struct-epg-key-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block cl--struct-epg-key-p
     (and (memq (type-of cl-x) cl-struct-epg-key-tags) t)))
  (t)]