all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Docstring for archive-zip-extract
@ 2005-10-16 12:08 Sven Joachim
  2005-10-16 17:37 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2005-10-16 12:08 UTC (permalink / raw)


The docstring for the user option `archive-zip-extract' in
lisp/arc-mode.el mentions the variable `archive-zip-use-pkzip', which
has been deleted. The following patch fixes this. Would somebody
please install it?

*** arc-mode.el~	2005-08-07 00:13:41.000000000 +0200
--- arc-mode.el	2005-10-16 13:55:30.000000000 +0200
***************
*** 225,232 ****
       '("unzip" "-qq" "-c"))
     "*Program and its options to run in order to extract a zip file member.
   Extraction should happen to standard output.  Archive and member name will
! be added.  If `archive-zip-use-pkzip' is non-nil then this program is
! expected to extract to a file junking the directory part of the name."
     :type '(list (string :tag "Program")
   		(repeat :tag "Options"
   			:inline t
--- 225,231 ----
       '("unzip" "-qq" "-c"))
     "*Program and its options to run in order to extract a zip file member.
   Extraction should happen to standard output.  Archive and member name will
! be added."
     :type '(list (string :tag "Program")
   		(repeat :tag "Options"
   			:inline t

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-16 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-16 12:08 Docstring for archive-zip-extract Sven Joachim
2005-10-16 17:37 ` Richard M. Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.