Function: archive-display-other-window
archive-display-other-window is an interactive and byte-compiled
function defined in arc-mode.el.gz.
Signature
(archive-display-other-window)
Documentation
In archive mode, display this member in another window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defun archive-display-other-window ()
"In archive mode, display this member in another window."
(interactive)
(archive-extract 'display))