From: Gerd Moellmann Date: Sun, 12 Mar 2000 15:21:26 +0000 (+0000) Subject: (archive-zip-update): Add `-P' for pkzip. X-Git-Tag: emacs-pretest-21.0.90~4677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7094f49207e78e916e5b3243b093ff6889838f1;p=emacs.git (archive-zip-update): Add `-P' for pkzip. --- 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."