summaryrefslogtreecommitdiff
path: root/lisp/jka-cmpr-hook.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-12 07:41:41 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-12 07:41:41 +0000
commitaad96659b348759b2114d1514f6549090923448d (patch)
tree0351e81cc9d1bb533bdf6cd8a14eaa6118f919c7 /lisp/jka-cmpr-hook.el
parentaea4b38c1fac9f6bd4165e805d21b8b32708f947 (diff)
downloademacs-aad96659b348759b2114d1514f6549090923448d.tar.gz
Aaron Hawley <aaronh at garden.org>
(jka-compr-compression-info-list): Use gzip to extract .Z files, since it is more common than uncompress.
Diffstat (limited to 'lisp/jka-cmpr-hook.el')
-rw-r--r--lisp/jka-cmpr-hook.el2
1 files changed, 1 insertions, 1 deletions
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