summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-12 15:21:26 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-12 15:21:26 +0000
commitf7094f49207e78e916e5b3243b093ff6889838f1 (patch)
tree20fb9e6ca2fe2a218ef032f8acd87e87acab0475 /lisp/arc-mode.el
parent2b4b2add08925d5daf48e63e3afeb339ba1a3131 (diff)
downloademacs-f7094f49207e78e916e5b3243b093ff6889838f1.tar.gz
(archive-zip-update): Add `-P' for pkzip.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index f309473b75b..64e8291e766 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -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."