Function: epg-sub-key-creation-time--cmacro
epg-sub-key-creation-time--cmacro is a function defined in epg.el.gz.
Signature
(epg-sub-key-creation-time--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for epg-sub-key-creation-time.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block epg-sub-key-creation-time--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block epg-sub-key-creation-time
(progn
(or (cl--struct-epg-sub-key-p cl-x)
(signal 'wrong-type-argument
(list 'epg-sub-key cl-x)))
(aref cl-x 7)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `epg-sub-key-creation-time'."]