Function: epg-make-import-result--cmacro
epg-make-import-result--cmacro is a function defined in epg.el.gz.
Signature
(epg-make-import-result--cmacro _CL-WHOLE-ARG CONSIDERED NO-USER-ID IMPORTED IMPORTED-RSA UNCHANGED NEW-USER-IDS NEW-SUB-KEYS NEW-SIGNATURES NEW-REVOCATIONS SECRET-READ SECRET-IMPORTED SECRET-UNCHANGED NOT-IMPORTED IMPORTS)
Documentation
compiler-macro for epg-make-import-result.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg considered no-user-id imported imported-rsa unchanged
new-user-ids new-sub-keys new-signatures
new-revocations secret-read secret-imported
secret-unchanged not-imported imports)
((cl-block epg-make-import-result--cmacro
(cl--defsubst-expand
'(considered no-user-id imported imported-rsa unchanged
new-user-ids new-sub-keys new-signatures
new-revocations secret-read secret-imported
secret-unchanged not-imported imports)
'(cl-block epg-make-import-result
(record 'epg-import-result considered no-user-id imported
imported-rsa unchanged new-user-ids new-sub-keys
new-signatures new-revocations secret-read
secret-imported secret-unchanged not-imported imports))
nil nil nil considered no-user-id imported imported-rsa
unchanged new-user-ids new-sub-keys new-signatures
new-revocations secret-read secret-imported secret-unchanged
not-imported imports)))
(cl-struct-epg-import-result-tags) nil
"compiler-macro for `epg-make-import-result'."]