# HG changeset patch # User Gerd Moellmann # Date 952874486 0 # Node ID c690edebf377d1eed66be0f06cde6c6eae270943 # Parent 763e873d5257ae183bc7e779dd1cee0be0bec76c (archive-zip-update): Add `-P' for pkzip. diff -r 763e873d5257 -r c690edebf377 lisp/arc-mode.el --- a/lisp/arc-mode.el Sun Mar 12 15:19:44 2000 +0000 +++ b/lisp/arc-mode.el Sun Mar 12 15:21:26 2000 +0000 @@ -243,7 +243,7 @@ :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."