Function: epg-sub-key-fingerprint--inliner
epg-sub-key-fingerprint--inliner is a function defined in epg.el.gz.
Signature
(epg-sub-key-fingerprint--inliner INLINE--FORM X)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form x)
((ignore inline--form)
(catch 'inline--just-use
(let*
((exp x)
(x (if (macroexp-copyable-p exp) exp (make-symbol "x")))
(body
(list 'progn
(list 'or (list 'cl--struct-epg-sub-key-p x)
(list 'signal
(list 'quote 'wrong-type-argument)
(list 'list (list 'quote 'epg-sub-key) x)))
(list 'aref x 9))))
(if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
(cl-struct-epg-sub-key-tags)]