Mercurial > emacs
changeset 28106:c690edebf377
(archive-zip-update): Add `-P' for pkzip.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 12 Mar 2000 15:21:26 +0000 |
parents | 763e873d5257 |
children | 7a7b3b2c177a |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."