Function: epg-data-string--cmacro

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

Signature

(epg-data-string--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for epg-data-string.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block epg-data-string--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block epg-data-string
			     (progn
			       (or (cl--struct-epg-data-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'epg-data cl-x)))
			       (aref cl-x 2)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `epg-data-string'."]