Function: archive-extract-other-window

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

Signature

(archive-extract-other-window)

Documentation

In archive mode, find this member in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defun archive-extract-other-window ()
  "In archive mode, find this member in another window."
  (interactive)
  (archive-extract t))