Function: epg-make-data-from-file--cmacro
epg-make-data-from-file--cmacro is a function defined in epg.el.gz.
Signature
(epg-make-data-from-file--cmacro _CL-WHOLE-ARG FILE)
Documentation
compiler-macro for epg-make-data-from-file.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg file)
((cl-block epg-make-data-from-file--cmacro
(cl--defsubst-expand '(file)
'(cl-block epg-make-data-from-file
(record 'epg-data file nil))
nil nil nil file)))
(t) nil "compiler-macro for `epg-make-data-from-file'."]