Function: epg-import-result-new-revocations--cmacro
epg-import-result-new-revocations--cmacro is a function defined in
epg.el.gz.
Signature
(epg-import-result-new-revocations--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining epg-import-result-new-revocations.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Closure converted to defun by helpful.
(defun epg-import-result-new-revocations--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `epg-import-result-new-revocations'."
(cl-block epg-import-result-new-revocations--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block epg-import-result-new-revocations
(progn
(or
(cl--struct-epg-import-result-p cl-x)
(signal 'wrong-type-argument
(list 'epg-import-result cl-x)))
(aref cl-x 9)))
nil nil nil cl-x)))