Function: archive--file-summary--cmacro

archive--file-summary--cmacro is a function defined in arc-mode.el.gz.

Signature

(archive--file-summary--cmacro _CL-WHOLE-ARG TEXT NAME-START NAME-END)

Documentation

compiler-macro for archive--file-summary.

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg text name-start name-end)
  ((cl-block archive--file-summary--cmacro
     (cl--defsubst-expand '(text name-start name-end)
			  '(cl-block archive--file-summary
			     (record 'archive--file-summary text
				     name-start name-end))
			  nil nil nil text name-start name-end)))
  (cl-struct-archive--file-summary-tags) nil
  "compiler-macro for `archive--file-summary'."]