Function: epg-import-result-considered--cmacro

epg-import-result-considered--cmacro is a function defined in epg.el.gz.

Signature

(epg-import-result-considered--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining epg-import-result-considered.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
;; Closure converted to defun by helpful.
(defun epg-import-result-considered--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `epg-import-result-considered'."
  (cl-block epg-import-result-considered--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block epg-import-result-considered
	(progn
	  (or
	   (cl--struct-epg-import-result-p cl-x)
	   (signal 'wrong-type-argument
		   (list 'epg-import-result cl-x)))
	  (aref cl-x 1)))
     nil nil nil cl-x)))