From f7094f49207e78e916e5b3243b093ff6889838f1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 12 Mar 2000 15:21:26 +0000 Subject: [PATCH] (archive-zip-update): Add `-P' for pkzip. --- lisp/arc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5