comparison lisp/arc-mode.el @ 90260:0ca0d9181b5e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 06:59:21 +0000
parents 2d92f5c9d6ae d2f6c64a5b45
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90259:a3ba65547f84 90260:0ca0d9181b5e
223 (executable-find "pkunzip")) 223 (executable-find "pkunzip"))
224 '("pkunzip" "-e" "-o-") 224 '("pkunzip" "-e" "-o-")
225 '("unzip" "-qq" "-c")) 225 '("unzip" "-qq" "-c"))
226 "*Program and its options to run in order to extract a zip file member. 226 "*Program and its options to run in order to extract a zip file member.
227 Extraction should happen to standard output. Archive and member name will 227 Extraction should happen to standard output. Archive and member name will
228 be added. If `archive-zip-use-pkzip' is non-nil then this program is 228 be added."
229 expected to extract to a file junking the directory part of the name."
230 :type '(list (string :tag "Program") 229 :type '(list (string :tag "Program")
231 (repeat :tag "Options" 230 (repeat :tag "Options"
232 :inline t 231 :inline t
233 (string :format "%v"))) 232 (string :format "%v")))
234 :group 'archive-zip) 233 :group 'archive-zip)