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 inlining epg-make-data-from-file.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Closure converted to defun by helpful.
(defun epg-make-data-from-file--cmacro
    (_cl-whole-arg file)
  "compiler-macro for inlining `epg-make-data-from-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)))