From aad96659b348759b2114d1514f6549090923448d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Sep 2007 07:41:41 +0000 Subject: [PATCH] Aaron Hawley (jka-compr-compression-info-list): Use gzip to extract .Z files, since it is more common than uncompress. --- lisp/jka-cmpr-hook.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5