changeset 84502:951310899f2e

Aaron Hawley <aaronh at garden.org> (jka-compr-compression-info-list): Use gzip to extract .Z files, since it is more common than uncompress.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 Sep 2007 07:41:41 +0000
parents e4249189c43c
children 5416c08ad190
files lisp/jka-cmpr-hook.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jka-cmpr-hook.el	Wed Sep 12 07:41:19 2007 +0000
+++ b/lisp/jka-cmpr-hook.el	Wed Sep 12 07:41:41 2007 +0000
@@ -186,7 +186,7 @@
   ;; can-append strip-extension-flag file-magic-bytes]
   '(["\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'"
      "compressing"    "compress"     ("-c")
-     "uncompressing"  "uncompress"   ("-c")
+     "uncompressing"  "gzip"   ("-c" "-q" "-d")
      nil t "\037\235"]
      ;; Formerly, these had an additional arg "-c", but that fails with
      ;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and