# HG changeset patch # User Dave Love # Date 907065680 0 # Node ID 051cdf587a57fffbaa6aaf6f695c667b05d5b55f # Parent 49e47671810de63e747fb13e9761a2d4fa909d5e (jka-compr-compression-info-list): Remove "-c" from bzip2 args. diff -r 49e47671810d -r 051cdf587a57 lisp/jka-compr.el --- a/lisp/jka-compr.el Tue Sep 29 10:14:44 1998 +0000 +++ b/lisp/jka-compr.el Tue Sep 29 10:41:20 1998 +0000 @@ -131,9 +131,12 @@ "compressing" "compress" ("-c") "uncompressing" "uncompress" ("-c") nil t] + ;; Formerly, these had an additional arg "-c", but that fails with + ;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and + ;; "Version 0.9.0b, 9-Sept-98". ["\\.bz2\\'" - "bzip2ing" "bzip2" ("-c") - "bunzip2ing" "bzip2" ("-d" "-c") + "bzip2ing" "bzip2" nil + "bunzip2ing" "bzip2" ("-d") nil t] ["\\.tgz\\'" "zipping" "gzip" ("-c" "-q")