Function: tar-view
tar-view is an interactive and byte-compiled function defined in
tar-mode.el.gz.
Signature
(tar-view)
Documentation
In Tar mode, view the tar file entry on this line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
(defun tar-view ()
"In Tar mode, view the tar file entry on this line."
(interactive)
(tar-extract 'view))