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 inlining epg-make-key.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Closure converted to defun by helpful.
(defun epg-make-key--cmacro
    (_cl-whole-arg owner-trust)
  "compiler-macro for inlining `epg-make-key'."
  (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)))