]> git.eshelyaron.com Git - emacs.git/commitdiff
Aaron Hawley <aaronh at garden.org>
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:41:41 +0000 (07:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:41:41 +0000 (07:41 +0000)
(jka-compr-compression-info-list): Use gzip to extract .Z files, since
it is more common than uncompress.

lisp/jka-cmpr-hook.el

index fb17fb37f0c8ea34902f9122c9a60ee184dedf69..fbe88f99e2326cbf3099119726963fa55e89aa5b 100644 (file)
@@ -186,7 +186,7 @@ options through Custom does this automatically."
   ;; 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