Variable: archive-7z-update
archive-7z-update is a customizable variable defined in
arc-mode.el.gz.
Value
("7z" "u")
Documentation
Program and its options to run in order to update a 7z file member.
Options should ensure that specified directory will be put into the 7z file. Archive and member name will be added.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defcustom archive-7z-update
`(,(or archive-7z-program "7z") "u")
"Program and its options to run in order to update a 7z file member.
Options should ensure that specified directory will be put into the 7z
file. Archive and member name will be added."
:version "24.1"
:type '(list (string :tag "Program")
(repeat :tag "Options"
:inline t
(string :format "%v"))))