]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-zip-update): Add `-P' for pkzip.
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Mar 2000 15:21:26 +0000 (15:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Mar 2000 15:21:26 +0000 (15:21 +0000)
lisp/arc-mode.el

index f309473b75ba0965dfbd63e21f703741093b6766..64e8291e766c4ab3f0ea7bb2fe12ca9a22371078 100644 (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."