Function: archive--file-summary

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

Signature

(archive--file-summary TEXT NAME-START NAME-END)

Documentation

Constructor for objects of type archive--file-summary.

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(cl-defstruct (archive--file-summary
               (:constructor nil)
               (:constructor archive--file-summary (text name-start name-end)))
  text name-start name-end)