Function: epg-context-cipher-algorithm--cmacro

epg-context-cipher-algorithm--cmacro is a function defined in epg.el.gz.

Signature

(epg-context-cipher-algorithm--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for epg-context-cipher-algorithm.

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-context-cipher-algorithm--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block epg-context-cipher-algorithm
			     (progn
			       (or (cl--struct-epg-context-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'epg-context cl-x)))
			       (aref cl-x 7)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `epg-context-cipher-algorithm'."]