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