Function: epg-make-key--cmacro
epg-make-key--cmacro is a function defined in epg.el.gz.
Signature
(epg-make-key--cmacro _CL-WHOLE-ARG OWNER-TRUST)
Documentation
compiler-macro for epg-make-key.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg owner-trust)
((cl-block epg-make-key--cmacro
(cl--defsubst-expand '(owner-trust)
'(cl-block epg-make-key
(record 'epg-key owner-trust nil nil))
nil nil nil owner-trust)))
(t) nil "compiler-macro for `epg-make-key'."]