Function: tar-extract-other-window

tar-extract-other-window is an interactive and byte-compiled function defined in tar-mode.el.gz.

Signature

(tar-extract-other-window)

Documentation

In Tar mode, find this entry of the tar file in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
(defun tar-extract-other-window ()
  "In Tar mode, find this entry of the tar file in another window."
  (interactive)
  (tar-extract t))