Function: archive-resummarize

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

Signature

(archive-resummarize)

Documentation

Recreate the contents listing of an archive.

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defun archive-resummarize ()
  "Recreate the contents listing of an archive."
  (let ((no (archive-get-lineno)))
    (archive-desummarize)
    (archive-summarize t)
    (goto-char archive-file-list-start)
    (archive-next-line no)))