diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-14 04:26:26 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-14 04:26:26 +0000 |
commit | 7368c42be9cc5952419b18350443d4b2b431123b (patch) | |
tree | b5f53572e2a2e0f6efea2bc096957bd52f96a20e /lisp/jka-cmpr-hook.el | |
parent | ddcebd7e30812370b57370a412218ae9341387c1 (diff) | |
download | emacs-7368c42be9cc5952419b18350443d4b2b431123b.tar.gz |
Comment.
Diffstat (limited to 'lisp/jka-cmpr-hook.el')
-rw-r--r-- | lisp/jka-cmpr-hook.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index fbe88f99e23..74525ec4409 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -186,6 +186,7 @@ options through Custom does this automatically." ;; can-append strip-extension-flag file-magic-bytes] '(["\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" "compressing" "compress" ("-c") + ;; gzip is more common than uncompress. It can only read, not write. "uncompressing" "gzip" ("-c" "-q" "-d") nil t "\037\235"] ;; Formerly, these had an additional arg "-c", but that fails with |