mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(archive-zip-update): Add `-P' for pkzip.
This commit is contained in:
parent
2b4b2add08
commit
f7094f4920
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ Archive and member names will be added."
|
|||
:group 'archive-zip)
|
||||
|
||||
(defcustom archive-zip-update
|
||||
(if archive-zip-use-pkzip '("pkzip" "-u") '("zip" "-q"))
|
||||
(if archive-zip-use-pkzip '("pkzip" "-u" "-P") '("zip" "-q"))
|
||||
"*Program and its options to run in order to update a zip file member.
|
||||
Options should ensure that specified directory will be put into the zip
|
||||
file. Archive and member name will be added."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue