Variable: archive-arc-extract
archive-arc-extract is a customizable variable defined in
arc-mode.el.gz.
Value
("arc" "x")
Documentation
Program and its options to run in order to extract an arc file member.
Extraction should happen to the current directory. Archive and member name will be added.
Source Code
;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defcustom archive-arc-extract
'("arc" "x")
"Program and its options to run in order to extract an arc file member.
Extraction should happen to the current directory. Archive and member
name will be added."
:type '(list (string :tag "Program")
(repeat :tag "Options"
:inline t
(string :format "%v"))))