From: Glenn Morris Date: Wed, 12 Sep 2007 07:41:41 +0000 (+0000) Subject: Aaron Hawley X-Git-Tag: emacs-pretest-23.0.90~10946 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aad96659b348759b2114d1514f6549090923448d;p=emacs.git Aaron Hawley (jka-compr-compression-info-list): Use gzip to extract .Z files, since it is more common than uncompress. --- diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index fb17fb37f0c..fbe88f99e23 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -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