1
Fork 0
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:
Gerd Moellmann 2000-03-12 15:21:26 +00:00
parent 2b4b2add08
commit f7094f4920

View file

@ -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."