Function: epg-make-data-from-string--cmacro

epg-make-data-from-string--cmacro is a function defined in epg.el.gz.

Signature

(epg-make-data-from-string--cmacro _CL-WHOLE-ARG STRING)

Documentation

compiler-macro for inlining epg-make-data-from-string.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Closure converted to defun by helpful.
(defun epg-make-data-from-string--cmacro
    (_cl-whole-arg string)
  "compiler-macro for inlining `epg-make-data-from-string'."
  (cl-block epg-make-data-from-string--cmacro
    (cl--defsubst-expand
     '(string)
     '(cl-block epg-make-data-from-string
	(record 'epg-data nil string))
     nil nil nil string)))